Announcements
Data entity have only two options to join data sources (inner and outer join). and other two ( exist and not exist) need to firstly convert data source to data entity view and apply these join. How can I use left outer join in data entity ?
Hi, In SQL we have concept of Left outer join and Right outer join as specified below. However, in Ax we don't have Right Outer Join, its only Outer join which is left outer join.
Left Outer Join: Returns all the rows from the LEFT table and matching records between both the tables.
Right Outer Join: Returns all the rows from the RIGHT table and matching records between both the tables.
Hi,
There is no left outer join in dynamics Ax - You can use Outer join for the data entities which works similar.
Thanks,
Girish S.
André Arnaud de Cal...
294,095
Super User 2025 Season 1
Martin Dráb
232,866
Most Valuable Professional
nmaenpaa
101,158
Moderator