Hi all,
I'm not sure I can describe clearly on one of my issue, but let me try. So basically I need to create a report with ability to hide or show based on the report parameters, How to achieve that ?
In rough design is something like this :

So basically I already have one Dataset with records contains as needed, but now I'm confuse, do I need to have dataset for each (1 for the base data, 1 for Sales Order, and 1 for Sales invoices) or just one ?
And in my report, there is a parameter :
- Show Sales
- Show Invoices
Which I hope, user can just choose whether want to display Sales Order transactions or not, same as Invoices data.
I understand I need to create Precision Design, but how actually we can handle the toggle and hide the Sales rows or Invoices rows if user don't want to see it.
Is it possible ?
I tried to google for some sample, but I always got the one that only showing level grouping or drill down which is not what I want my report to be.
Any good references for this ?
Thanks,