Formula indicator not working as expected

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 01:40 PM
I have a very simple formula indicator which just add a couple indicators together.
[[Number of New IT Incidents]]+[[Number of New IT Problem Tasks]]+[[Number of New IT Catalog Tasks]]+[[Number of New IT Feature Task]]+[[Number of New IT Change Tasks]]
For some reason one of the month when I put it on the dashboard is show no data. Any idea on why may would be showing no data when I know the indicators have data for May?
I know there are 0 new Problem Tasks for may but there are counts for all the other indicators and since it is addition having one with 0 as the score should not cause an issue.
- Labels:
-
Dashboard
-
Performance Analytics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 01:50 PM
Figured it out. Value when nil was blank. Needed to set it to 0. Screenshot below in case anybody else run into this issue.