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
Solved! Go to Solution.
Hi @jbaudino1
Try using either firstnonblank or lastnonblank instead of lookup.
Eg; Input03Module.finalsegmentcountry[firstnonblank:D33Salesproperties.Rep]
Hope this helps.
Regards,
Tony
Hi @jbaudino1
Try using either firstnonblank or lastnonblank instead of lookup.
Eg; Input03Module.finalsegmentcountry[firstnonblank:D33Salesproperties.Rep]
Hope this helps.
Regards,
Tony