Hide Infinity% | Community
Skip to main content
New Participant
September 23, 2022
Solved

Hide Infinity%

  • September 23, 2022
  • 1 reply
  • 1256 views

It's really handy in some cases to Interpret zero as no value - to cover a time period when a certain page didn't even exist for example.  But I wish the same logic applied to %s so my YoY numbers would be blank rather than display a useless Infinity% 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jennifer_Dungan

If you have the right to modify your calculated metric, could you add an IF statement to the calculation? Checking that IF there is a denominator (i.e. not 0) or if the denominator is greater than 0 (this will require a nested greater then function inside the IF), then do the division of your metrics, otherwise return a static value of 0?

 

Then you could use the "interpret zero as no value" option....

 

I've not tried this, but it should work?

1 reply

Jennifer_Dungan
Jennifer_DunganAccepted solution
New Participant
September 23, 2022

If you have the right to modify your calculated metric, could you add an IF statement to the calculation? Checking that IF there is a denominator (i.e. not 0) or if the denominator is greater than 0 (this will require a nested greater then function inside the IF), then do the division of your metrics, otherwise return a static value of 0?

 

Then you could use the "interpret zero as no value" option....

 

I've not tried this, but it should work?

ScottTh3Author
New Participant
October 5, 2022

Yes, thanks, it took some noodling but I added a couple of layered formulas and got the calculated metric to return zero instead of infinity.  Thanks!  Still wish Adobe would consider infinity like a zero though and hid it with the same logic, as if I want to do this across the board I have maybe 50 metrics to edit...

Jennifer_Dungan
New Participant
October 5, 2022

Lol, I agree.. maybe a good candidate for a feature request: Add another option for "interpret zero as no value" 🙂