Results 1 to 3 of 3

Thread: crystal reports

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Buenos Aires, Argentina
    Posts
    64

    Angry crystal reports

    Hi.

    I need to create a report grouped by numbers that can be or not in the database.

    Ex.

    Table

    Code Value
    2 100
    3 100
    6 100

    I need group in Code but using all numbers as follows:

    Group Code=1
    Value=0

    Group Code=2
    Value=100

    Group Code=3
    Value=100

    Gropu Code=4
    Value=0

    Group Code=5
    Value=0

    Group Code=6
    Value=100


    How Can i do this???


    Thanks in advance
    Juan
    Argentina
    VB6 Ent.
    [email protected]

  2. #2
    Hyperactive Member
    Join Date
    Nov 2001
    Location
    Albany, NY
    Posts
    489
    Is the data all from one table??

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Buenos Aires, Argentina
    Posts
    64
    Yes.

    The data is in one database, but there is no

    Code=1
    Code=4
    Code=5

    and i must show that groups with no value.

    Thanks.
    Juan
    Argentina
    VB6 Ent.
    [email protected]

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