Hi ,
I am Using a Stored Procedure as a data providor and the region code is used in the Prompt and region name is there in the Data providor output . The probable values for prompt region code could be be multi like ‘1,2,3’ or single like ‘1’ .
Now I want to show the respective region names for the region code selected by the user in the Prompt in the report header,
For that purpose I can use user response function and capture the region code and in case of single value i can decode to respective region name but how to decode in case of multiple input values like ‘1,2,3’ as the values are contained in single quotes and seperated by comma .