Select to view content in your preferred language

Use Name as Column Headers in Data

144
2
Jump to solution
4 weeks ago
ForrestS
Emerging Contributor

Is there a way to ensure that Column Headers use Names instead or Labels for the data? I have fields that utilize the same labels. This does not work well looking at the Data.

0 Kudos
1 Solution

Accepted Solutions
AlfredBaldenweck
MVP Regular Contributor

You can set the field alias manually using the bind::esri::FieldAlias Column, otherwise it will use the label in most cases

https://doc.arcgis.com/en/survey123/desktop/create-surveys/esricustomcolumns.htm#:~:text=2%2C147%2C4...

 

View solution in original post

2 Replies
AlfredBaldenweck
MVP Regular Contributor

You can set the field alias manually using the bind::esri::FieldAlias Column, otherwise it will use the label in most cases

https://doc.arcgis.com/en/survey123/desktop/create-surveys/esricustomcolumns.htm#:~:text=2%2C147%2C4...

 

ForrestS
Emerging Contributor

Fantastic. Thank you!