Performance Analytics: Breakdown in % Formula Indicator Need to be Customized.

Naresh27
Tera Guru

Hi

I appreciate if anyone could help me on this.

I have a Percentage Formula indicator that calculates percentage of 2 automated indicators as (ind1/ind2)* 100.

and I have a breakdown that working for both automated indicators,

Now, My requirement is in Formula indicator I have to use the Same breakdown but only for ind1(numerator) and not for other one.

But by default I see breakdown in formula is applying to all indicators listed in Formula. how can I avoid breakdown applied to second one

Can we able to customize. If so Please help me out.

Thanks for your time,

Nari

3 REPLIES 3

Arnoud Kooi
ServiceNow Employee
ServiceNow Employee

If your are using Helsinki, you can use square brackets like ([[ind1]]/{{ind2}})* 100


Square brackets prevent applying the breakdown


Thank you Arnoud


I think this may be the right direction, but backward.   I BELIEVE it's the { }'s that ignore breakdown, rather than the [ ]'s.   But still helpful information!