Ok, I am building out a dashboard and everything is working as expected. I almost have it the way I want it. One issues remains though: Is there any way to format the numbers that show up in a list widget in dashboards? My underlying data carries out these numbers to 6 decimal places, which is needed in other places, but in order to have the list look reasonable I want it to only display 1 or 2 decimal places. I have tried some basic HTML formatting, but nothing has worked. That is likely user error. I can't find any documentation that would help with syntax in these list. Any one else run into something similar?
Solved! Go to Solution.
Hi @BrandonCraft ,
Since you already have data with 6 decimal places, what you can do is set the decimal places in the layer in the webmap under Configure Pop-up > Configure attributes option.
Once you set the desired places for the number the list in the dashboard show display the correct format.
Hope this helps.
Cheers,
Manish
If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.
Hi @BrandonCraft ,
Since you already have data with 6 decimal places, what you can do is set the decimal places in the layer in the webmap under Configure Pop-up > Configure attributes option.
Once you set the desired places for the number the list in the dashboard show display the correct format.
Hope this helps.
Cheers,
Manish
If this answer solved your question or if you found it helpful please mark it accordingly to help others who have the same question.
Manish,
Thank you! That worked great. I knew that I could configure pop ups, but I didn't realize that would cascade through into the lists in dashboards. This answer actually helps solve several formatting issues I have been having.
Thanks,
b