630
Views
3
Comments
Record List To Excel -  I need to rename the header of the columns, how can I do it ?
Application Type
Traditional Web

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 ???


2019-12-06 08-26-53
Jorge Rodrigues

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 

2021-10-04 02-42-50
Merliny

Hi,

Whether you use Aggregate or AdvanceSql, you can modify the 'Label' attribute of the attributes to customize your header.

UserImage.jpg
Ignacio García

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.  

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.