Explore:Simplify the process of colorization of results
I am requesting that the process of setting the color of the returned data in a report based on a value be simplified.
Currently in order to set the color of s result based on the value returned you have to use code such as seen here:
IF (AVG(Unsolved tickets age (days) > 7) THEN
{
"backgroundColor": "#EE0E0E",
"precision": 0,
"scale": 1,
"prefix": "",
"decimalSeparator": ".",
"fontColor": "",
"italic": FALSE,
"bold": FALSE,
"suffix": "",
"thousandsSeparator": " "
}
ELSE
{
"fontColor": ""
}
ENDIF
In my opinion the everyday report writer does not have the skillset to write something like above. Nor no I feel one should have to go through all f the above on each report (if the colors used are different or the baseline value different) for something as basic of setting a color pattern. In addition, at the time of this post, ZD Support did not support custom colorization.
There is already tools to restrict reports to particular values. We should be able to designate colors for ranges of values also.
-
Hi Bill -
We are in the same situation - we are also using coloring for KPIs. Do you mind detailing where you place the code above?
Thanks!
-
Hi Viorica,
Here is a link to a article with information on the process
-
Thanks Bill Cicchetti!
-
Upvoting this! It's way too complicated
サインインしてコメントを残してください。
4 コメント