web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Exists Join involve three tables. Master Table, Sub Table of the master, SubSubTable of SubTable

(0) ShareShare
ReportReport
Posted on by 6

Scenario 1 doubt

Integer field. one to one relation from MainTable to SubTable to SubSubTable

MainTable = 1,2,3,4

SubTable = 1,2,3

SubSubTable = 1, 2,3

MainTable mainTable;
SubTable subTable;
SubSubTable subSubTable;

while select mainTable
notexists join subTable where subTable.IntegerSub == mainTable.Integer
notexists join subSubTable where subSubTable.IntegerSubSub == subTable.IntegerSub

Output

5633.Capture.JPG

How 4 in the result, eventhough, 4 does not exists in the three subtables?

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Vilmos Kintera Profile Picture
    46,149 on at
    RE: Exists Join involve three tables. Master Table, Sub Table of the master, SubSubTable of SubTable

    1) your child tables' subqueries looks like this:

    1,2,3 notexists 1,2,3 = empty recordset.

    2) parent table against subqueries:

    1,2,3,4 notexists empty recordset = 1,2,3,4

    I think what you meant is to link your second sub-table against the main datasource instead.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Community Member Profile Picture

Community Member 4

#2
Guy Terry Profile Picture

Guy Terry 2 Moderator

#2
Nayyar Siddiqi Profile Picture

Nayyar Siddiqi 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans