Select to view content in your preferred language

displaying counts based on an attribute

670
3
Jump to solution
09-30-2024 11:13 AM
Labels (2)
Laura_m_Conner
Regular Contributor

All,

In experience builder I am creating a map for inspection reports. I want to give the number of how many failed or passed inspection. Using the dynamic text I can display the over all total. Is it posable to do this based on an attribute? 

Thanks,

 

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
JasonBOCQUET
Frequent Contributor

hi @Laura_m_Conner  with the text widget and the dynamic option you can select which attribute use to make an expression by using {your_field} if the passed and failed inspection are on two different field.

 

If they not, you can maybe use the views of the data you call in the text widget you can create a view with only failed inspection; make your expression and in another text widget do the same things but keeping only the passed inspection.

 

 

View solution in original post

3 Replies
Laura
by MVP Regular Contributor
MVP Regular Contributor

https://doc.arcgis.com/en/experience-builder/latest/configure-widgets/text-widget.htm

The link lists what is available in the statistics and expression tabs. Personally I have created stats in dashboard because it is much easier and brought that dashboard into exb. 

0 Kudos
JasonBOCQUET
Frequent Contributor

hi @Laura_m_Conner  with the text widget and the dynamic option you can select which attribute use to make an expression by using {your_field} if the passed and failed inspection are on two different field.

 

If they not, you can maybe use the views of the data you call in the text widget you can create a view with only failed inspection; make your expression and in another text widget do the same things but keeping only the passed inspection.

 

 

Laura_m_Conner
Regular Contributor

The data is has one field for pass/fail so I going to use the view approach.  

0 Kudos