Hi,
Am using Crystal Version 9 against SQL Server 2000.
I have one field, which contains the following:
"15006543,1234432,777765200001" (these represent account numbers in a banking system)
I need to split this string and return rows. I need to do this so that I can use a subreport to return the address details for the matching accounts which reside in a different table.
I tried to use the"split" function. This gave me the error "The Result of the Formula Cannot be an Array".
Has anyone got any idea how I can return individual values? Bearing in mind that they are NOT all of equal length, and the number of accounts returned can vary.
Thanks
Nat
Am using Crystal Version 9 against SQL Server 2000.
I have one field, which contains the following:
"15006543,1234432,777765200001" (these represent account numbers in a banking system)
I need to split this string and return rows. I need to do this so that I can use a subreport to return the address details for the matching accounts which reside in a different table.
I tried to use the"split" function. This gave me the error "The Result of the Formula Cannot be an Array".
Has anyone got any idea how I can return individual values? Bearing in mind that they are NOT all of equal length, and the number of accounts returned can vary.
Thanks
Nat