Hello All,
I am a newbie in BO. I have a field in the report
Event Act = If(IsNull([Future Report].[Special Event Text])) Then [z_Act] Else [Future Report].[Special Event Text]
where z_Act = If(IsNull([z_Activation Start Time])) Then " " Else "Act " +[z_Activation Start Time]
when there is no data for "[z_Activation Start Time]", it is displaying "Act" but i dont want to see "Act" in the field if there no data for "[z_Activation Start Time]".
Any help in this regard?
Sandy R