hi bpc gurus:
I m building a transformation file where I load data from a flat file which structure is the following:
As you can see the flat file has: Year Column and a column for every month, so I setting the mapping on time dimension this way:
Time=*MVAL(*COL(10) | *COL(9)+*STR(.01) || *COL(11) | *COL(9)+*STR(.02) || *COL(12) | *COL(9)+*STR(.03) || *COL(13) | *COL(9)+*STR(.04) || *COL(14) | *COL(9)+*STR(.05) || *COL(15) | *COL(9)+*STR(.06) || *COL(16) | *COL(9)+*STR(.07) || *COL(17) | *COL(9)+*STR(.8) || *COL(18) | *COL(9)+*STR(.09) || *COL(19) | *COL(9)+*STR(.10) || *COL(20) | *COL(9)+*STR(.11) || *COL(21) | *COL(9)+*STR(.12))
but I have this error on validating the transformation file:
Unexpected '+' at position 25 in the mapping formula
According to sap documentation this is possible: http://help.sap.com/saphelp_bpc75_nw/helpdata/en/b8/a76a1ca9ac4ca698259a8ff397bb61/frameset.htm
Has anyone faced this before?
PS: the server is BPC NW 10 (SAPK-80102INCPMBPC)
regards
jav