Hi All,
I have been working on a scenario where for users of a particular country, I want to show the output in Euro and USD but for other countries it should be only Euro. Is there a way I can control this through logics or I have to create separate pages for users of both countries? Thanks in advance!
Best,
Shekhar
Solved! Go to Solution.
Hi @ShekharGite
Assuming Country is parent of User.
Create a Module with Currency and Country as dimension.
In a boolean formatted lineitem check the Country only for EURO and Others as both (EURO and USD)
1.Use this boolean in the logics/calculation purposes.
2. Also , can be used by filtering but a separate selection modules might be required.
Hope it helps.
~ABhi
Hi @ShekharGite
There are a few ways I would approach this and the best one probably depends on your use case and model set up.