Hi All,
I am working on a model where I have a list with 3 properties(B,C , D).
| List A | Property B | Property C | Property D |
| u | x | y | z |
In a module with Dimension as List A the below mentioned format is to be generated where in a column corresponding to the above mentioned list items all 3 properties can be brought:
| Module with Dimension List A |
| Column 1 (List Items) | Column 2 (With properties B, C&D corresponding to list Item A) | Column 3 (calculation Line Items) | Column4 (other calculation line items) |
| u | x | 1 | 4 |
| | y | 2 | 5 |
| | z | 3 | 6 |
Request your help on this.
Thanks in advance!