Calculation that will reference some member
HI,
When i input e.g. 23 USD to account R1001 and entity USA i want to take this value and input to some member in generic dimension.
How to find out the value that i want to transfer?
if (@ismbr("R1001",@currmbr("Our_entity")))
"300260749T" = ........l;
endif
How can this be written?