Ok I have a query that returns a few fields, one of the fields has multiple amounts of data in the one field.
E.g. 1,22223,090009978,9767666
How do I split that field via the commas so i have
1 22223 090009978 9767666
The data will change everytime i refresh the report, is this possible?
thanks
E.g. 1,22223,090009978,9767666
How do I split that field via the commas so i have
1 22223 090009978 9767666
The data will change everytime i refresh the report, is this possible?
thanks