Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Technical Questions
Message Icon Topic: Suppress not working on first result only Post Reply Post New Topic
Author Message
aaron80126
Newbie
Newbie
Avatar

Joined: 07 Mar 2016
Online Status: Offline
Posts: 14
Quote aaron80126 Replybullet Topic: Suppress not working on first result only
    Posted: 13 Apr 2016 at 7:36am
My report is designed to display only those multiple part #s that are the same (by group) across multiple jobs (jobs are listed in the detail section).

It works fine, EXCEPT it ALWAYS displays a lone part # (not repeating) at the top of the report along with the only job for that part. I think I need to add something to the formula to take care of this "orphaned" part #, but not sure what that would be.

My suppress formula that I use for the group and details section is:

IF previous({OrderDet.PartNo}) <> {OrderDet.PartNo}
AND next({OrderDet.PartNo}) <> {OrderDet.PartNo}
THEN TRUE
ELSE FALSE

Any ideas? Thanks in advance for the help!!
aaron80126
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 13 Apr 2016 at 9:55am
set the formula to 'use defaults for nulls' or add in a onfirstrecord condition
IP IP Logged
aaron80126
Newbie
Newbie
Avatar

Joined: 07 Mar 2016
Online Status: Offline
Posts: 14
Quote aaron80126 Replybullet Posted: 19 Apr 2016 at 3:31am
Thank you for your reply, DBlank.
aaron80126
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.047 seconds.