Creating Dynamic Variable Report
Hi All,
I am trying to create a report maker where the user can add freely the amount of variables in your report.
For that, I am creating a service that:
Create the Infotable with the captured data from my user; (ok)
Transpose the table fields to use it as a table format for the report; (ok)
Create a datashape from the transposed table; (and here is the problem, can I create datashape from a table created by .CreateInfoTable(params) method?)
Create a datatable;
Add values in the datatable;
Finally, show my datatable as my user wishes;
Any tips?
Thanks.
A.
