Hi
I have a fact table with a measure and a dimension key for currency type. Basically what I need is that all the measure views that the user selects should be grouped by the currency and then concatenated by the respective currency identifier.
For eg for the below dataset , whenever the user drags the measure Amount
Day Amount CurrencyType
1 100 $
1 300 $
1 400 €
1 600 €
The output should be
$400
€1000
How can this be done with mondrian and Analyzer (i.e both at the rollup level as well as the formatting of the respective currency symbol)
Thanks in advance
I have a fact table with a measure and a dimension key for currency type. Basically what I need is that all the measure views that the user selects should be grouped by the currency and then concatenated by the respective currency identifier.
For eg for the below dataset , whenever the user drags the measure Amount
Day Amount CurrencyType
1 100 $
1 300 $
1 400 €
1 600 €
The output should be
$400
€1000
How can this be done with mondrian and Analyzer (i.e both at the rollup level as well as the formatting of the respective currency symbol)
Thanks in advance