Forum Discussion
Lookupvalue vs Data Model relationship --> Values not returned
- 4 years ago
LOOKUPVALUE will work fine between unrelated tables. As soon as you link the tables (as you shoould, normally) your data model will limit the data in downstream tables based on applied filter context, search direction etc.
LOOKUPVALUE should only be used in desperate scenarios. Recommendation is to either use TREATAS for filter projections, or let the data model do the work.
LOOKUPVALUE will work fine between unrelated tables. As soon as you link the tables (as you shoould, normally) your data model will limit the data in downstream tables based on applied filter context, search direction etc.
LOOKUPVALUE should only be used in desperate scenarios. Recommendation is to either use TREATAS for filter projections, or let the data model do the work.