Tips and Tricks
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Tips and Tricks
Message Icon Topic: compare data from one column for each read Post Reply Post New Topic
Author Message
reyghie
Newbie
Newbie


Joined: 24 Oct 2008
Online Status: Offline
Posts: 2
Quote reyghie Replybullet Topic: compare data from one column for each read
    Posted: 24 Oct 2008 at 11:38pm
How do you compare data from one column for each read sequence?

ex.
column A
   A
   B
   B
   C
   D
   D
   E

I only want to print the duplicate data B and D. Thanks.


IP IP Logged
rahulwalawalkar
Senior Member
Senior Member
Avatar

Joined: 08 Jun 2007
Location: United Kingdom
Online Status: Offline
Posts: 731
Quote rahulwalawalkar Replybullet Posted: 27 Oct 2008 at 6:26am
Hi,
 
Group by Column A ,
 
then Insert Summary Count of Column A in Group Footer
 
then in Details Section RIGHT CLICK Select Section Expert then Click X+2 button against Suppress(No Drill Down) and  enter the code below
 
Count({Column A}, {Column A})=1
 
Suppress the Group Header and Group Footer.
 
Cheers
Rahul
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.032 seconds.