Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

Filtering

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

     entryno.PNG

How can i filter the following in the picture? the one with closed by entry no 17966. is the invoice the other is the credit memo 17966. How can i filter that when they are in the different row. What will i do is to remove those field when the report run. Thank you!

*This post is locked for comments

  • Verified answer
    keoma Profile Picture
    keoma 32,675 on at
    RE: Filtering

    that needs a customization. edit the report, add following to the dataitem-onaftergetrecord trigger:

    entryNo = 17966; // declare variable entryNo of type integer

    if ("document type" = "document type"::invoice) and ("closed by entry no." = entryNo) then

    currreport.skip;

    if ("document type" = "document type"::"credit memo") and ("entry no." = entryNo) then

    currreport.skip;

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Filtering

    i mean. The report will automatically filter because there are many entry number and closed by entry number have the same value so i want to filter those value and remove it from the row.

  • Suggested answer
    ShanAbeywicrema Profile Picture
    ShanAbeywicrema 942 on at
    RE: Filtering

    You can filter by type first , then you can filter 17966.

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Filtering

    0081.Capture.PNG

    then what is the next will i do?

  • MedInfoTech Profile Picture
    MedInfoTech 1,392 on at
    RE: Filtering

    Click on the line ( Exactly on cell that contains 17966 )==>  ALT+F3

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,494 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,305 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans