Here’s my scenerio: I have a prompt and user has to select either M(for male) or F (for female). I have to show user selection in the report heading. I’m using UserResponse function like this:
= userResponse(“Dataprovider”,“Select M or F”). Now, if user selects M, i need to show Male instead of M. How can i do that?
You can also use If Then Else logic to replace the values, or have a report that brings in both values (temporarily), then create groups to contain each value.