cancel
Showing results for 
Search instead for 
Did you mean: 

BPC NW - data collection - read cube - transform from key figure to member dimension

wissler_bastien
Participant
0 Kudos

Hi,

The versions used:

BPC NW 10 - SP12

BW 731 SP16

Model standard with only one key figure

I would like to use the 'Load Transaction data from BW Infoprovider UI' in order to read the records to BW cube

BW Cube has a several key figures.


I would like to transform a key figure like 0DELIVERIES 'Number of deliveries' to member of dimension.


The technical name of dimension is : ZBPC_IND

The technical name of member dimension ZBPC_IND for the transformation KY is : IND102


I created a new transformation and add the new line :


ZBPC_IND=MVAL(0DELIVERIES|*NEWCOL(IND102))


But during the validation of transformation file, there is a error of this line


NB : I try the following codification : ZBPC_IND=MVAL(0DELIVERIES;*NEWCOL(IND102)), but there is still error


Can you help me for the correct codification ?


Regards

Bastien

Accepted Solutions (1)

Accepted Solutions (1)

wissler_bastien
Participant
0 Kudos

I found the codification

ZBPC_IND=*MVAL(0DELIVERIES|*STR(IND102))

Answers (0)