cancel
Showing results for 
Search instead for 
Did you mean: 

Defaulting a dimension member if not available in BW cube

0 Kudos

Hi,

I want to default to 'ZZZ' if the member is blank in the cube.

If currency is available in the cube,DMP should fetch the value,if the field is blank in BW cube,it should update with 'ZZZ' value.

Current transformation:

CURRENCY=ZBPCEPCUR

We are on BPC10.1;SAPK-75005INSAPBW

Thanks,

Manohar

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

Something like:

CURRENCY=*IF(ZBPCEPCUR=*STR() THEN *STR(ZZZ); ZBPCEPCUR)

0 Kudos

Thank you very much Vadim.

Got expected results with this.

Best Regards,

Manohar

Answers (0)