Hi all,
I have 2 questions about transformation and conversion file which I need for the export of transactional data to file:
1. Is it possibile to extract the property of a dimension member ?
eg.
Master Data DIM 1
DIM1 | Property |
A | green |
B | blue |
C | yellow |
Transactional Data Output File
DIM1 | DIM 1 Property | DIM2 | … | AMOUNT |
A | green | X | 10 | |
A | green | Y | 15 | |
C | yellow | Z | 20 |
2. In the output file I want to merge two dimension member in one; so in the mapping section of the transformation file I have this:
OUTPUTFIELD=DIM1+*STR(_)+DIM2
And I want to skip the record based on the value of DIM2 but I can't. In the conversion file I tried this:
Value of DIM2 I want the record to be skipped = GGG
External | Internal |
*_GGG | *skip |
But it doesn't work.
Thanks,
Michele