2024 Aug 23 10:48 AM - edited 2024 Aug 23 10:50 AM
Hi everyone,
I have a Dimension with the following elements: A, A1, B, B1, C, C1. It's a public dimension with properties.
For the master data of Dimension Elements A, B, and C, we have entries in the properties:
A = A1, B = B1, C = C1
We also have transactional data for A, B, and C, and we want to copy these values to their corresponding counterparts, which are specified in the properties.
Does anyone have an idea on how to set up an advanced formula for this without hard-coding, such as:
DATA(A1)=RESULTLOOKUP(A)
I'm looking for a more dynamic solution. Any suggestions?
Kind regards,
Ismail
Request clarification before answering.
Hi @guenay,
you need to write your script like follows:
DATA([d/DIMENSION] = [d/DIMENSION].[p/PROPERTY])
= RESULTLOOKUP()
I hope this helps
Best regards
Susanne
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
82 | |
29 | |
9 | |
8 | |
7 | |
7 | |
7 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.