Hi,
Does anyone know of a way to split a text column into separate columns in Impromptu. For example, in our DB we hold Forename(s) and Surname. The Forename(s) column needs to be split for anyone with more than one forename.
i.e :
Before split:
Fornames | Surname
-------------------|-----------
Micheal Andrew | Fox
After split :
Forname1 | Forename2 | Surname
-------------|----------------|-----------
Micheal | Andrew | Fox
Does anyone know of a way to split a text column into separate columns in Impromptu. For example, in our DB we hold Forename(s) and Surname. The Forename(s) column needs to be split for anyone with more than one forename.
i.e :
Before split:
Fornames | Surname
-------------------|-----------
Micheal Andrew | Fox
After split :
Forname1 | Forename2 | Surname
-------------|----------------|-----------
Micheal | Andrew | Fox