Hi
In a report i have Item ledger Entry as Dataitem. I want if same Document No is read then that record should be skipped.
Data should be stored in Temporary table and checked if Document No exists then record from Item Ledger Entry should get skipped.
Thanks
*This post is locked for comments
Yes, the datatype can be whatever you want it to be. If you put Item Ledger Entry, the temporary record will take the Item Ledger Entry table structure.
Hi
Do we need to define Record DataType. Then what should be its SubType
Thanks
Hi Teddy
Do we need to define Record DataType. Then what should be its SubType
Thanks
If you go to the properties of the variable, you should be able to see the Temporary properties. Set it there.
Please go in assigned variable and set the property Temporary - YES.
Hi Teddy
How Temp Table should be defined.
Thanks
TempTable.RESET;
TempTable.SETRANGE("Document No.",ItemLedgEntry."Document No.");
IF NOT TempTable.IsEmpty THEN
CurrReport.SKIP
ELSE
//insert temptable record here
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,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156