FR-studio Conditional formula
710349Nov 5 2009 — edited Nov 5 2009Hi All ,
I am using Hyperion Financial reporting studio for creating reports.
My requirement is I want to show Blank value in a column if the value in another column is ZERO or MISSING else it will show the Variance.
For doing that I am using this formula :
IfThen((IsMissing([C]) OR [C]=0), 'Blank' ,Variance(,[C])).
Can any one tell me what should I put in place of blank in the above formula to achieve the above stated requirement?
Thanks