Nogo
![[Avatar]](/forum/images/avatar/144a3f71a03ab7c4f46f9656608efdb2.png)
Joined: 2007-05-16 16:05:16
Messages: 146
Location: Toronto, Ont, Canada
Offline
|
Hi there,
I created a derived measure for my KPI and the formula is this:
(x-y)/y * 100.
Some rows evaluate to NaN and some to 'oo' (the infinity symbol). Is 'NaN' equal to 'Not a number'?
Just making sure i understand these 'symbols' correctly...
It looks like when i have an expression:
1) '(0-0)/0 * 100', this evaluates to NaN .
2) '(60-0)/0*100', this evaluates to infinity.
I thought anything divided by 0 equals 'infinity' but looks like if the numerator is 0, then the result is NaN on the Dashboard?
Just curious...
|