Dashboard Module Stats

Dashboard module stats allow you to display the summed value of number fields from a Status Board on the Dashboard

⚠️ ATTENTION: As this only works with number fields you must first have a number field on your status board template.

To display status board module stats on the dashboard:

  1. Go to the Admin Area
  2. Expand Templates
  3. Click the Edit icon on the status board you wish to edit
  4. Scroll to the bottom of the page and click +Advanced Options
  5. Click Add next to Dashboard module status 
  6. In this article's example to display the summed value for both Shelter Capacity and Shelter Occupancy on the dashboard you must obtain the field IDs for both of the number fields
  7. Click the ⋮ more options menu icon in the top right of the field to view the name, referred to as the Field ID 
  8. The field IDs for Shelter Capacity is capacity and the field name for Shelter Occupancy is current_occupancy

  9. To sum the total number for Shelter Capacity and display it on the dashboard, enter the following in Value expression:
    1. {{items | map:'data.capacity' | add}}
  10. Click Add
  11. To sum the total number for Shelter Occupancy and display it on the dashboard, enter the following in Value expression:
    1. {{items | map:'data.current_occupancy' | add}}
  12. This is what it should look like in your account. Whatever you enter in the Label box will appear as the label on the dashboard
  13. Click Save    

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us