Hi,I have a server action that exports data to Excel. I would like to know how to order the columns, as it is currently exporting according to the aggregate, so I need to order it in a more coherent way.
In this same case, I need to rename the exported columns, to make it more intuitive for the end user.
How could I do both procedures?
Thanks.
Hi Junior Bwgr,
Please take a look at this document and let us know if it answers your question.
Thank you!
Goodnight.
Following the explanation in this documentation, it was possible to manipulate the columns as I needed. Thank you very much.
Hello @Junior Bwgr,
In order to achieve your requirements you may need to use forge components. Please refer this.
https://www.outsystems.com/forge/component-overview/355/advanced-excel
Thanks,
Sachin
Hi Junior,
Create structure and it's fields in same order which you want here you can also change the name of any field and use this structure in recordtoexcel file action to create excel.
Best
Arun
Issue resolved by creating a structure and manipulating the columns.
Thank you all.