Hi everyone,
In Dynamics NAV 2015, I need to export information from two tables (e.g Vendor or Customer) to Excel, but depending on the checkbox checked, I must show the information from one or the other table, or both. Is it possible to do this through a report?
How can I define both tables in the DataItem?
Or is it better to use another type of object for this type of requirement?
Thank you so much.
0
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
You might be better off using an XMLPort, which can export directly to Excel.
Your comment said "depending on the checkbox checked, I want to show info from one or the other table." If you're talking about before running the export, you want to prompt the user for the "checkbox", for either a report or an XMLPort, you can create a Request Page that has the "checkbox". Then you can add simple logic to bypass either the customer or vendor information as part of the export.