Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Report Design
Message Icon Topic: Problem with suppressing Post Reply Post New Topic
Author Message
amola
Newbie
Newbie


Joined: 28 May 2014
Location: United States
Online Status: Offline
Posts: 1
Quote amola Replybullet Topic: Problem with suppressing
    Posted: 28 May 2014 at 12:09pm
Hello All,

I'm having problem suppressing the detail sections (Detail Section A and Detail Section B) on my report.

I would basically like to hide the Detail Section B if {Invoice_Details_Prn.sLineCode} in ["1", "2", "6","7","Q","Q1"] and display Detail Section A.

Similarly, if the {Invoice_Details_Prn.sLineCode} in ["CL", "FR"] then display Detail Section B and hide Detail Section A.

Any help on this will be greatly appreciated. Thanks.
IP IP Logged
hilfy
Admin Group
Admin Group
Avatar

Joined: 20 Nov 2006
Online Status: Offline
Posts: 3701
Quote hilfy Replybullet Posted: 29 May 2014 at 3:05am
1. Right-click in the grey area to the left of Detail Section A and select "Section Expert".

2. Click on the formula button to the right of the "Suppress" checkbox (DO NOT check the checkbox!).

3. Enter the following:

{Invoice_Details_Prn.sLineCode} in ["CL", "FR"]

4. Save.

5. Select Details Section B in the Section expert and follow steps 2-4 above using the following formula:

{Invoice_Details_Prn.sLineCode} in ["1", "2", "6","7","Q","Q1"]

-Dell
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.031 seconds.