Select to view content in your preferred language

Rename result of a trace function

1195
5
08-24-2022 08:50 PM
Status: Implemented
PierreloupDucroix
MVP Regular Contributor

Hello,

When performing a trace with a function (SUM, COUNT etc...) the result of this function is a summary that may not be really clear for the end user, ex :

PierreloupDucroix_0-1661399269758.png

It would be really helpful to rename each function, with a field "rename" at the end of each block.

The rename then would appear in the result of the tool, and accessible for further treatment in JS API.

Regards

Tags (3)
5 Comments
JonDeRose
Status changed to: In Product Plan
 
PierreloupDucroix

Now that functions are available in Web Editor, I think it is even more important to show a clear alias for each one : 

PierreloupDucroix_0-1770768407189.png

 

RichRuh

@PierreloupDucroix We've made the internal changes necessary to support this, and are beginning the work to roll this change out to web and mobile applications. Unfortunately, this was implemented too late to make it for Web Editor 12.1, but it should certainly make it for 12.3 (the next network management release)

--Rich

PierreloupDucroix

I just saw that this feature has been implemented in ArcGIS Pro version 3.7, thank you!

I'm looking forward to seeing it on the web and mobile versions as well!

Most importantly, it should be included in the JSON output of a named trace.

JonDeRose
Status changed to: Implemented

Implemented with ArcGIS Pro 3.7 and ArcGIS Enterprise 12.1

Function name has been added as a property of the Functions parameter for Trace:

JonDeRose_1-1779203860875.png

JonDeRose_0-1779203802893.pngJonDeRose_3-1779204173370.png