feeldamped
Technical User
Hi Guys!
I have a field that I am trying to split to create a chart from on my report.
The report is coming from Survey results, however, the answer options are all in the same column/field like this:
Option 1;Option 2;Option 3;Option 4
True;False;Skip
Eastern Office;Western Office
etc
The different answer choices are all split up by the ; -- how can I use Split to show them as separate answers?
I tried:
But it is saying "The result of a formula cannot be an array."
Thanks for the help!!
I have a field that I am trying to split to create a chart from on my report.
The report is coming from Survey results, however, the answer options are all in the same column/field like this:
Option 1;Option 2;Option 3;Option 4
True;False;Skip
Eastern Office;Western Office
etc
The different answer choices are all split up by the ; -- how can I use Split to show them as separate answers?
I tried:
Code:
Split ({SURVEY_QUESTION.ANSWER_OPTIONS},";")
But it is saying "The result of a formula cannot be an array."
Thanks for the help!!