Hello Experts,
Could you please help me?
My client wants to import data to a input schedule, through the transformation file in the followinf format:
ACCOUNT ENTITY KEY_FIGURE YEAR JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC
AAAAA01 P15 QUANTITY 2013 10 20 30 40 50 60 70 80 90 100 120 300
H1: I tried to apply the MVAL function with the option (recommended by another user of SDN)
TIME=*MVAL (JAN | *IF(*STR(1) = *STR(1) THEN YEAR+*STR(.JAN)) || FEB | *IF(*STR(1) = *STR(1) THEN YEAR+*STR(.FEB)).....)
But this option, returns an error "Conversion from string "JAN | *IF*STR(1)" to an integer not valid".
H2: I have also tried to use the option:
TIME=*MVAL(6:17)
To use this option is mandatory to use the conversion file time.xls (according to the BPC manual).
Since I cannot read the column YEAR within my conversion file, how can I do this dinamically?
The first option worked in BPC 10 NW version, but in this MS version it doesn't.
Thank you for your help
Raquel