Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Re Formula not showing data Post Reply Post New Topic
Author Message
raruna19
Newbie
Newbie
Avatar

Joined: 13 Dec 2011
Online Status: Offline
Posts: 8
Quote raruna19 Replybullet Topic: Re Formula not showing data
    Posted: 02 Jan 2012 at 10:02am
Hi All,

I have this formula in my report.

Sort1 = If isnull{(PROC.LBL1)} then "NA" else {(PROC.LBL1)

and I am using this formula in Group Header. It should display as NA where LBL1 is null. But I just see blanks in my report.

Please help!
IP IP Logged
billev
Newbie
Newbie
Avatar

Joined: 19 May 2007
Location: United States
Online Status: Offline
Posts: 9
Quote billev Replybullet Posted: 02 Jan 2012 at 10:48am
try this
Sort1 = If isnull({PROC.LBL1}) then "NA"
            else if  {PROC.LBL1} = "" then "NA"
            else {PROC.LBL1}

Thanks,

Bill V
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.033 seconds.