Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Suppresing output Post Reply Post New Topic
Author Message
Dambuster
Newbie
Newbie
Avatar

Joined: 22 Dec 2011
Online Status: Offline
Posts: 6
Quote Dambuster Replybullet Topic: Suppresing output
    Posted: 19 Mar 2012 at 5:22am
Newbie here so here goes the daft question.

I have a simple report that reads a master file and finds corresponding records in transaction file (1 --> many relationship). I count the number of records in the transaction and have a section break on change of key in the transaction file. The report then prints a total of the count of tranactions on a break of key defined by the master file. I would like to suppress the output to only print when the count is zero.

any pointers greatly appreciated
Many hands make light of the work
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 19 Mar 2012 at 5:56am

not entirely sure i understand your design but you can use group summary data (any value that could be created by using the insert summary function) to do group selection.

so if you group on your 'key' insert a count of transactions at the group level you can select groups where that vaslue=0...
 
count(transactions,key)=0
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.