Hi all,
I would like to get the value from the source cube based on the target's RU Default Currency (Parent of the RU entity). The Source Cube has values in all currencies so would like to get only the value corresponding to the RU's default currency.
If the Target's RU Default Currency is GBP, it should get the value from the Source Cube with the Currency of GBP as well.
As of now I am doing this with multiple Dataflows using the Select and Refer to method (e.g. RU Default Currency Selection: GBP and Source Cube Currency Refer to: GBP)
Is there an easier of doing this using just one Dataflow instead of multiple ones?