I have a requirement to display two output results in a single CSV file.Expected output is as below (Below Excel is used to show an example but I want output in CSV format),
I retrieved data from two different tables and displayed the results in separate sections of the same file. Rather than merging the columns, each set of results is shown in its own distinct section. Please help me to figure out how I can build the logic for this scenario.
Hi Swamydurai,
I would definitely use the Advanced Excel forge asset for that.
It enables you to do a lot of things on the scope of importing / exporting an excel file, including your need of multiple tables.
It includes extensive documentation and a complete demo with plenty of use cases to learn how to implement them.
Kind Regards,João
Hi Joao,Thanks for your reply. Sorry, I want to export the report in CSV format not in excel.
Please use Advanced Excel forge. Use this server action create a worksheet and Add two aggregate results into a single file,
Thanks,
Ramesh
Hi Ramesh,
Thanks for your suggestion. I am looking to output the mentioned scenario in CSV format.