|
lee_van_cleef
Starting Member
2 Posts |
Posted - 03/18/2013 : 11:05:59
|
Hello,
I have the following:
=(Sum( IIF( Fields!YEAR.value = 2013, Fields!Number.Value, nothing)) - Sum( IIF( Fields!YEAR.value = 2012, Fields!Number.Value, nothing)) ) / Sum( IIF( Fields!YEAR.value = 2013, Fields!Number.Value, nothing))
I'm trying to find the difference over those years however the problem is when there are no values it returns NaN. Or if there are values for 2012 and none for 2013 it returns error or infinity.
How do I change this to show as either 0 or preferably be blank
Thanks Lee |
Edited by - lee_van_cleef on 03/19/2013 11:35:05
|
|