Hello NAV Experts,
I am having a problem in one of my reports
I have two tables in the Report Dataset designer:
Table A - Item table
-Table B - Integer table
In the Integer OnAfterGetRecord() trigger, there is a calculation.
If Variable = 0 then CurrReport.Skip.
My problem is that it only skips the Integer table record, but keeps the item information.
I need it to skip both the Item information and integer information for that record and then move onto the next record and do the check again.
Is there a way to just say at the OnPostReport() trigger, Something like: where field = SomeValue or sort by field. This has been the hardest and most frustrating part of NAV reports for me. Not being able to manipulate the final report dataset. (https://msdn.microsoft.com/en-us/dynamics/nav/dn848439.aspx)
Thank you all for your help in advance !
I am having a problem in one of my reports
I have two tables in the Report Dataset designer:
Table A - Item table
-Table B - Integer table
In the Integer OnAfterGetRecord() trigger, there is a calculation.
If Variable = 0 then CurrReport.Skip.
My problem is that it only skips the Integer table record, but keeps the item information.
I need it to skip both the Item information and integer information for that record and then move onto the next record and do the check again.
Is there a way to just say at the OnPostReport() trigger, Something like: where field = SomeValue or sort by field. This has been the hardest and most frustrating part of NAV reports for me. Not being able to manipulate the final report dataset. (https://msdn.microsoft.com/en-us/dynamics/nav/dn848439.aspx)
Thank you all for your help in advance !