Results 1 to 4 of 4

Thread: Conditional Suppress

  1. #1

    Thread Starter
    Member plsathya23's Avatar
    Join Date
    Jun 2006
    Location
    Chennai
    Posts
    52

    Exclamation 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.

  2. #2
    Hyperactive Member
    Join Date
    Jul 2007
    Posts
    479

    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.

  3. #3

    Thread Starter
    Member plsathya23's Avatar
    Join Date
    Jun 2006
    Location
    Chennai
    Posts
    52

    Resolved Re: Conditional Suppress

    Hai Rasnic,
    Thanks for your reply. It works.

  4. #4
    Hyperactive Member
    Join Date
    Jul 2007
    Posts
    479

    Re: Conditional Suppress

    Glad it worked for you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width