Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: NOT Suppress Groups Post Reply Post New Topic
Author Message
SamD
Newbie
Newbie


Joined: 24 Oct 2011
Online Status: Offline
Posts: 15
Quote SamD Replybullet Topic: NOT Suppress Groups
    Posted: 22 Nov 2011 at 6:47am
Is it possible to not suppress a null / blank group?
 
I have 3 groups, would display but when input my date criteria some of the groups would disappear since it does not fall into my date criteria.
 
I would like to have all my groups NOT to suppress with blank null fields under the data.
 
Thanks!
IP IP Logged
lockwelle
Moderator
Moderator


Joined: 21 Dec 2007
Online Status: Offline
Posts: 4372
Quote lockwelle Replybullet Posted: 23 Nov 2011 at 5:13am
what comes to mind is create a formula and use that for the grouping, instead of the field in the database.
 
you could create a formula like:
 
if isnull({table.field}) then
 cdate(1900, 1, 1)   //or whatever date you like
else
 {table.field}
 
this will group all of your null values together and you can create a suppression formula to not display the date in the report for the nulls...but they will group.
 
HTH
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.