Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Grouping Post Reply Post New Topic
Author Message
patil
Newbie
Newbie


Joined: 19 Apr 2010
Online Status: Offline
Posts: 16
Quote patil Replybullet Topic: Grouping
    Posted: 06 Dec 2010 at 2:56am
Hi all,
 
I am new to this Crystal report. can anyone help me in solving this.
 
In my report there is one grouping by "CurrentUserName". if this group contains null value then it should display "UserId" Otherwise "CurrentUserName" . How to implement this by using formula.
Reply ASAP.
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 06 Dec 2010 at 3:28am
if IsNull({table.CurrentUserName}) THEN
  {table.UserID}
else
  {table.CurrentUserName};
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.016 seconds.