Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Here is another easy and effective feature I miss in QS. I use buttons to enable users easy conversion from one currency to another and from that one to another, 3 in my case (Local, USD and EUR). I use one variable in set analysis and other expressions as a suffix to fields in a table. So, when they click the EUR button then that variable get populated with 'EUR' and all tables show amounts in EUR, etc.
Is something like this possible in QS without using extension objects?
Thanks
P.S. Maybe changing the group would help me with this. Thanks
Rob brought this solution to my attention.
Check this discussion for details, 281458.
Hi,
As an option. Can be downloaded additional table (data island) with the name of currencies and depending on the choice (GetFieldSelections) manage your charts.
Thanks Andrey. That sounds like a good workaround. I'll try and let you know. Thank you
This works for labels, but I also need it working in the Set Analysis.
For example, sum({$<DxO_Year={$(=DxO_Year)}>} NetSales_$(vCY))
Is there a way to use GetFieldSelections(CY) in the above expression?
Thanks
Rob brought this solution to my attention.
Check this discussion for details, 281458.