cancel
Showing results for 
Search instead for 
Did you mean: 

How to display content in Dollars and Euros

Former Member
0 Kudos

Hi All,

 

My question is, Is it possible to create a Check box or radio button in dashboard for Dollar and Euros.

By default all the information will display in Dollars, when user selects the radio button or check box, all  the measures need to be displayed in Euros.

Is it possible?, if yes, how to achieve it?  any more suggestions.

Thanks,

Kumar.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kumar,

You can achieve this by using a if statement on each cell with something like

If(box ticked, value in euro, value in dollar)

Another way would be to have 2 tables. One looking at euro values and the other one looking at Dollar values.

You switch from one table to the other using dynamic visibility triggered by your checkbox.

Regards,

Luis