cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Using data export widget, can we provide more user friendly column name?

hrastogi
1-Newbie

Using data export widget, can we provide more user friendly column name?

Let me kow if I can customize the column name using data export. Right now it is giving DataShape fields name. For example: if the field name is "DATA_IS_NOT_VALID" then we show in the Excel like "Data value is not valid"

Regards.

1 REPLY 1

You will need a special service which returns a Infotable without datashape, and transaltes names to human readable names, with snippet RenameField, then you just need to set this service to the export widget and the input Infotable of this service the one that you want to export

Top Tags