Hi everyone.
Hope you are all well
How to dispaly a report in two different ways depending on the filter selected.
I have created a report in NAV and want it to filter in two different ways.
First if I select a boolean called "SortByVendor" then I would like it to sort by vendor and place the data in vendor groups.
Secondly If I select a boolean called "SortByProdOrderNo" then it needs to sort by product order no and it must not group by vendor..
I have no idea how to do this.
0
Comments
Unfortunately the compnay I work for has a certain standard.
And because of this I have been sort of forced to create one report with two different sorting methods
use Setcurrentkey(
), depending, what the user has chosen
define a global variable (your record) as temporary
transfer the data into the temporary record
define the sections as integer
......
But now I have another idea, look at report 111 or another Top 10 report.
Thanks so much. SetCurrentKey seems to work perfectly.
You're a legend. Thanks Man
Is there a way to create group totals in c/al.
suppose you can see that I am new at NAV.
Thanks so much for all the advice
RIS Plus, LLC