Talk with the Author
 Crystal Reports Forum : General Information : Talk with the Author
Message Icon Topic: Duplicate Values Post Reply Post New Topic
<< Prev Page  of 2
Author Message
kmeistering
Newbie
Newbie


Joined: 19 May 2010
Location: United States
Online Status: Offline
Posts: 10
Quote kmeistering Replybullet Posted: 13 Oct 2010 at 5:45am
One more question - I'm having issues with my first group in the report, the value isn't showing up for the first line of data.  I've resorted the data, and every time it is the top row.
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet Posted: 13 Oct 2010 at 5:56am
Update your formula to something like this:
 
(PreviousIsNull({table.invoice}) or {table.invoice} <> previous({table.invoice}) ) and (PreviousIsNull({table.amount} or {table.amount} <> previous({table.amount}))
 
Note where I put the parentheses and that I check for null first - these are important!
 
-Dell
IP IP Logged
<< Prev Page  of 2
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.031 seconds.