Select to view content in your preferred language

Re-order attributes in the Attributes Pane using Display Field expression in ArcGIS Pro

110
0
4 weeks ago
Labels (1)
AG_GIS
by
New Contributor

I would like to re-order the results in the Attributes Pane by DATE descending, so that the most recent comment record appears first in the list, using the table's properties (Properties > Display > Display field expressions). 

I have a feature class named 'Buildings' that has a Relate with a standalone table named 'Comments Table', where users can add comments. 

Currently I have the display expression set as:

return 'Comment ID: ' + $feature.ADDRESS_COMMENT_ID + '; Date: ' + Text($feature.DATE, 'M/D/Y hh:mm A');

 

AG_GIS_3-1744993214607.png

 

Any help is appreciated, thank you!

 

0 Kudos
0 Replies