cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Defaulting a dimension member if not available in BW cube

0 Likes
528

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 Likes

Something like:

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

0 Likes

Thank you very much Vadim.

Got expected results with this.

Best Regards,

Manohar

Answers (0)