Lookup based on a boolean line item

Options
JoanZ
JoanZ Member, ALL USERS Posts: 5 Occasional Contributor

Hi, I have a target module INP01 with 5 dimensions (P1, C5, Size&BPC, Time, and Deal Levels) and I need to bring values from another module DAT05 which has 4 dimensions (P1, C3, Size&BPC and Time)

 

The point is that it needs to be done based on a boolean line item selected month? in DAT05 (which is true for the month selected in another module), bring the values into INP01.

INP01 Module:

JoanZ_0-1656115563303.png

DAT05 Module:

JoanZ_1-1656115593740.png

I've tried using this formula: It returns: Level mismatch on common dimension

IF 'DAT05 Pricing Data in Representative and Size + BPC'.Selected Month? THEN 'DAT05 Pricing Data in Representative and Size + BPC'.FOB ELSE 0

I know both modules share P1, SizeBPC, for the customer family: C3(from DAT05) and C1 (INP01) but they don't share Deal Levels dimension that is in INP01 (Target).

 

Any idea on how to bring the values from DAT05 into INP01?

 

Thanks

 

Comments

  • JoanZ
    JoanZ Member, ALL USERS Posts: 5 Occasional Contributor

    @ankit_cheeni for the mapping part, should I create line items list formatted with C5 in DAT05? if this is the case it returns: Level mismatch on common dimension

     

    I do not understand the logic in the mapping part of my problem.

  • JoanZ
    JoanZ Member, ALL USERS Posts: 5 Occasional Contributor

    @ankit_cheeni I really appreciate your help,

    Mapping worked, but it shows zeros instead of 57.31 for the House DD column.

     

    JoanZ_2-1656128992803.png

    The value that should bring into INP01.  

    JoanZ_1-1656128969649.png

    Could it be related to the other dimension that my target module has Deal Levels?

    JoanZ_3-1656129226129.png

    Thanks