Suppress if Duplicated crystal

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ryadav
    New Member
    • Jul 2008
    • 1

    Suppress if Duplicated crystal

    Hi

    I really hope someone can help me, I am working on a report and I chose "Suppress if Duplicated" for one of my fields, I got blanks in that field on
    some of the rows. How do I tell crystal not to return any records (rows) where
    there are blanks in that field?

    I really hope someone knows.

    thanks
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    Hello ryadav!
    What software are you using? It's not much use to know the problem without knowing the context.

    Greetings,
    Nepomuk

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Suppress if Duplicated works for the particular column not for the entire row.

      Comment

      • jkmyoung
        Recognized Expert Top Contributor
        • Mar 2006
        • 2057

        #4
        What version of Crystal Reports are you using?

        Haven't used it in awhile, but I think there should be row suppression somewhere in the section expert, if you use a formula like:

        {table.field1}= previous({table .field1}) or
        {table.field2}= previous({table .field2})

        etc.. for each field.

        Comment

        Working...