Hi Experts,
I have data like this
| Country | Currnecy |
| INDIA | INR |
| USA | USD |
| UAE | DHM |
| THAILAND | BHT |
We have two prompts 1. Country 2. Currency
When user select one country only(Either India/USA/..) the currency prompt will show respective currency code.- This I know we can achieve it by 'Limit by' Option.
But if user select multiple Countries or select 'All' option then currency code should be always 'USD'.
How we can achieve it in OBIEE.
Thanks,