Hello,
I am developing a report where I need to map 2 parameters of same entity. The entity has cost and entity type. Both parameters are in same table but in different columns. Can I use lookup to access there parameters using lookup function? Or is there any better way to do it?
Below is an example :
Table:
Entity Cost Type
XYZ 100 NR
XYZ 5 EN
Report required:
Entity Cost Type
XYZ 100 EN
My goal is to map cost from row 1 and type from row 2 for entity XYZ in the report. Entity being one of the column in the report. Please advise. Thank you!