Hi
How to filter data of Purchase Lines and display using Integer DataSource
Thanks
*This post is locked for comments
Hi
How to filter data of Purchase Lines and display using Integer DataSource
Thanks
*This post is locked for comments
Agreed with Marcell's answer. Adding to that you can refer report 406 in Dynamics NAV as an example.
Hi Jsshivalik,
I created an example for you:
PurchaseLineLoop - OnPreDataItem() PurchaseLine.SETRANGE("Document Type", "Purchase Header"."Document Type"); PurchaseLine.SETRANGE("Document No.", "Purchase Header"."No."); SETRANGE(Number, 1, PurchaseLine.COUNT); PurchaseLineLoop - OnAfterGetRecord() IF Number = 1 THEN PurchaseLine.FINDSET ELSE PurchaseLine.NEXT;
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156