I have a string, example "1; 2; 3;"
I need to split the above down to get the text before the ";" so in this example it would have 3 outcomes.
Then i need to query the results against another table to get another answer for the output.
So if the other table was
1 - Red
2 - Orange
3 - Blue
Then the output of the module would be
Red, Orange, Blue
I am unsure where the start in order to the figure this out.
Any help or advise would be appreciated.
I need to split the above down to get the text before the ";" so in this example it would have 3 outcomes.
Then i need to query the results against another table to get another answer for the output.
So if the other table was
1 - Red
2 - Orange
3 - Blue
Then the output of the module would be
Red, Orange, Blue
I am unsure where the start in order to the figure this out.
Any help or advise would be appreciated.