I am exporting all the records of a list to an excel, the problem is that I need the header of the columns to have another name, not the one of the structures, how can I do it ???
Hello Daniel,
I think that the answer to your question is in this link.
https://success.outsystems.com/Documentation/How-to_Guides/Data/How_to_customize_the_export_to_Excel
Regards,
Jorge Rodrigues
Hi,
Whether you use Aggregate or AdvanceSql, you can modify the 'Label' attribute of the attributes to customize your header.
A "laziest" and more straightforward approach is to create additional attributes in the Aggregate with the intended label and set the formula to point to the source field.