I have a parameter which is populated in the front end. The front end has 4 check boxes and the user has to select at least one check box to run the report.
The way the value is passed to the parameter is 1,2,3,4 if
all the check boxes are selected. If the second and third are selected the value passed is 2,3 like that...
Based on the values selected by the user I need to display information on the page header. The information is string value which is delimited by commas.String corresponding to 1,2,3,4 are "ABC","DEF","GHI","KLM"
If the user selects 1,2,3 then the string should be "ABC","DEF","GHI" if all values are selected then it should be "ABC","DEF","GHI","KLM", if only 2 is selected
then "DEF" like that.
How can I write a formula to accomplish this ?
kutoose@yahoo.com
The way the value is passed to the parameter is 1,2,3,4 if
all the check boxes are selected. If the second and third are selected the value passed is 2,3 like that...
Based on the values selected by the user I need to display information on the page header. The information is string value which is delimited by commas.String corresponding to 1,2,3,4 are "ABC","DEF","GHI","KLM"
If the user selects 1,2,3 then the string should be "ABC","DEF","GHI" if all values are selected then it should be "ABC","DEF","GHI","KLM", if only 2 is selected
then "DEF" like that.
How can I write a formula to accomplish this ?
kutoose@yahoo.com