Hi Guys,
I have a problem with a field I have in one of my budget tables. The field is called GL_Account, but unfortunately it contains the GL account code and the budget key, separated using a column ":"
For example: 104000:C0
Now my problem is that I can't link the budget table to the GL Accounts table.
Is there a way to split this field based on the delimiter in an SQL view to have two fields.
GL_Account ====>>> GL_Account_Code and Budget_Key.
Your help is much appreciated.
Thanks,
Bob
I have a problem with a field I have in one of my budget tables. The field is called GL_Account, but unfortunately it contains the GL account code and the budget key, separated using a column ":"
For example: 104000:C0
Now my problem is that I can't link the budget table to the GL Accounts table.
Is there a way to split this field based on the delimiter in an SQL view to have two fields.
GL_Account ====>>> GL_Account_Code and Budget_Key.
Your help is much appreciated.
Thanks,
Bob