You can't seemingly display Report result outputs as text (it's only really for numbers and calculations). You could give each report output a heading title equal to the value but it would be very messy.I would have thought your best bet is to use python to take the raw number in the report, format it and make it an object attribute. The resulting object attribute would then appear in the webscene if you exported it. I suggest you explore the ce.setAttribute() function.You might start at this thread:http://forums.arcgis.com/threads/91919-Report-gt-Object-AttributeHope this helps...Elliot
Hello!Is it possible to format the output of the Report function? For example, I have a formula (within a CGA rule) that calculates the average cost of a building based on price per square foot. The problem is that there is no currency or comma symbol to make something more easily readable like making "123145341" into "$123,145,341". This becomes particularly noticeable when exporting to a web scene for sharing with other people.Any ideas on how to make this adjustment? Even something like "123-145-341" would be an improvement.Cheers,Nathan
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.