
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2018 06:36 AM
Hi,
Formula Indicators returns No Score when there is no data to display. Where as we have something called 'value when nil' indicator to display value eg as '0'. But when it comes to Formula indicator there is no option to display '0' instead of empty score. Any idea on how to make it as '0'? Indicators used in formula is having the value when nil as '0' but still this is not giving me data as '0' in the scorecard.
Thank You!
Banu
Solved! Go to Solution.
- Labels:
-
Performance Analytics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2018 12:09 AM
Hi Banu,
Check the community thread : Formula indicator not showing scores
if value when nil is left blank, does it return blanks or is it in another format

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2018 06:42 AM
Hi Banu,
Right click on header > Configure > Form Layout > Search for "value when nil" > pull it in selected List > save
You will see it on your Formula Indicator form.
Mark if Correct/Helpful
Regards,
Ajay

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2018 07:52 AM
Hi Ajay,
Its not working. I tried by giving 0 & in scorecard it is not reflected.
Thank You!
Banu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2018 08:50 AM
Are you trying to divide by zero? If that happens, you will get null (since that isn't valid). You have to handle the division by zero in your formula. Take a look at this article for some more explanation and examples:
https://community.servicenow.com/community?id=community_blog&sys_id=1f0d2ea5dbd0dbc01dcaf3231f961947

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2018 11:53 PM