ChiTownDiva
Technical User
I want to Join a field based on a parameter.
Let me explain--
I have a formula called Instructor which is a concatenation of the instructors' first and last name. Now I want to join the @Instructor formula based on a parameter called Primary Sort.
If {?Primary Sort} = 'Merged Locations' then Join({@Instructor}, ", " else @Instructor"
Of course I'm getting that string array error message.
Does anybody have any ideas on how I can accomplish this?
Thanks in advance.
ChiTownDivaus
Let me explain--
I have a formula called Instructor which is a concatenation of the instructors' first and last name. Now I want to join the @Instructor formula based on a parameter called Primary Sort.
If {?Primary Sort} = 'Merged Locations' then Join({@Instructor}, ", " else @Instructor"
Of course I'm getting that string array error message.
Does anybody have any ideas on how I can accomplish this?
Thanks in advance.
ChiTownDivaus