HFM: Hs.Value.Member is not working for CHF Currency
Requirement : We want to copy "CHF" data for all the base entity from one scenario to other scenario(CHF is the reporting currency for the application). But when we try to run our rule with the below code , it's not even going inside the loop. From the below code , we are trying to copy the data from "ActualsNew" to "FC1" scenario for all the base entities. We tried the Write to log file function to check the flow of the rule but it seems its not matching the first if condition.
We are suspecting that .Value.Member = "CHF" is not working or may be we are using the wrong syntax to get the CHF Value dimension member.