Getting Error "format of mapping used for lookup doenst match any dimension of the source" no clue
I have a source module dimensioned by tmpSalesTerritory list, that is a numbered list
Need to get “final_segment_country” and put it in this module below on yellow marked
The problem is when I lookup the value from property module I received the msg below…
Can you help me to understand what is happening?
Since I getting the same dimension and lookup dimension needed to destination module
Tagged:
0
Best Answer
-
Hi @jbaudino1
Try using either firstnonblank or lastnonblank instead of lookup.
Eg; Input03Module.finalsegmentcountry[firstnonblank:D33Salesproperties.Rep]
Hope this helps.
Regards,
Tony
0
Answers
-
Hi @TonyViGrand yes, it worked!
Thanks appreciate your help !
0