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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

while statement, temporary table

(0) ShareShare
ReportReport
Posted on by

Hello everyone,

i have some issue regarding multiple while statements in processReport() and insert data in same temporary table.

while select * FROM purchtbl
join purchlinetbl where purchtbl.purchid == purchlinetbl.purchid
join markuptranstbl where markuptranstbl.TRANSRECID == purchlinetbl.RECID
join marktbl where markuptranstbl.MARKUPCODE == marktbl.MARKUPCODE
&& marktbl.VENDPOSTING == 20
&& purchtbl.PURCHID == purid
{ lcTmpTable.dESCRIPTION = markuptranstbl.Txt;
lcTmpTable.MarkupValue = markuptranstbl.Value;
lcTmpTable.insert();
}

while select * from purchtbl
join purchlinetbl where purchtbl.purchid == purchlinetbl.purchid
join markuptranstbl where markuptranstbl.TRANSRECID == purchlinetbl.RECID
join marktbl where markuptranstbl.MARKUPCODE == marktbl.MARKUPCODE
&& marktbl.VENDPOSTING == 55
&& purchtbl.PURCHID == purid
{ lcTmpTable.Description1 = markuptranstbl.Txt;
lcTmpTable.markupValue1 = markuptranstbl.Value;
lcTmpTable.insert();
}

Thanks in advance

*This post is locked for comments

I have the same question (0)
  • PA-22040759-0 Profile Picture
    6,194 on at

    You have posted this same issue twice, but you need to let us know what the issue actually is if we should be able to offer some help.

  • Suggested answer
    udaY-ch Profile Picture
    5,173 on at

    Hi,

    Can you check the join condition that you used to link PurchLine <-> MarkupTrans and MarkupTrans <-> MarkupTable.

    Check the table relation for reference.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Joris dG Profile Picture

Joris dG 5

#2
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#2
Henrik Nordlöf Profile Picture

Henrik Nordlöf 2 User Group Leader

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans