|
-
Dec 17th, 2008, 11:35 PM
#1
Thread Starter
Member
Conditional Suppress
Im using Crystal report 9.0 .
In my report im using cross tab. I need to suppress the particular column total based on the colum header name. I have tried the conditional suppress but the entire total column is suppressed.
Please say me to way to suppress it.
-
Dec 18th, 2008, 11:48 PM
#2
Hyperactive Member
Re: Conditional Suppress
This is a bizarre one.
Right-click the column total field. Then select Format, then the conditional Suppression on the Common tab.
In the formula enter
GridRowColumnValue ("ColumnNameAlias") = "text"
So if you check the Formatting of the Crosstab on the Customize Style tab under the Alias for Formulas when you click on the column, you can use that for the ColumnNameAlias and the the text of the column header in double quotes.
For example, I have a cross tab that has months as the columns and there is a formula for the month column called @Month. Each month is three characters and if I wanted to suppress the total for Jun I would enter
GridRowColumnValue ("@Month") = "Jun"
Hope this helps.
-
Dec 20th, 2008, 12:02 AM
#3
Thread Starter
Member
Re: Conditional Suppress
Hai Rasnic,
Thanks for your reply. It works.
-
Dec 20th, 2008, 11:46 PM
#4
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|