Is there any way to filter out 0's when using cube math?

OSAdmin
Valued Contributor
Originally posted by Chris Bielinski

4/20/2020

Is there any way to filter out 0's when using cube math?

1 ACCEPTED SOLUTION

OSAdmin
Valued Contributor
Originally posted by Cosimo Palmisano

Use Divide in the GetDataCell. I think Divide checks the numerator and denominator prior to dividing.

GetDataCell(Divide((CVC(OP1_NY) - CVC(OP1)), CVC(OP1)) * 100)

View solution in original post

1 REPLY 1

OSAdmin
Valued Contributor
Originally posted by Cosimo Palmisano

Use Divide in the GetDataCell. I think Divide checks the numerator and denominator prior to dividing.

GetDataCell(Divide((CVC(OP1_NY) - CVC(OP1)), CVC(OP1)) * 100)