How to set week data 100% if that week data is zero in dashboard
Hi Team,How to set week data 100% if that week data is zero in the dashboard? for example, I have used a formula indicator. var bs= new GlideRecord('cmdb_ci_service');bs.addEncodedQuery('used_for=Production');bs.query();var count = bs.getRowCount(); ...
