UserResponse question

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?


BOisBest :india: (BOB member since 2004-04-05)

Please, look at the Business Objects Reporter function Replace.


Andreas :de: (BOB member since 2002-06-20)

Thanks Andreas


BOisBest :india: (BOB member since 2004-04-05)

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.


digpen :us: (BOB member since 2002-08-15)