Results 1 to 3 of 3

Thread: Crystal Reports...

  1. #1

    Thread Starter
    Fanatic Member Gary.Lowe's Avatar
    Join Date
    May 2000
    Location
    In my sphere of influence
    Posts
    621

    Cool

    Hi All

    I have a report in crystal reports which is layed out in the following format.
    Code:
    Store         Cash  Cheque  ...  ...  ...  ...
    1001  Sales   2.14   0.20   ...  ...  ...  ...
          Trans    167      4   ...  ...  ...  ...
          ATV    12.86  51.18   ...  ...  ...  ...
          Sales% 21.87   2.09   ...  ...  ...  ...
          Trans% 48.40   1.15   ...  ...  ...  ...
    
    To
    
    Store         Cash  Cheque  ...  ...  ...  ...
    
    1051  Sales   0.67   0.15   ...  ...  ...  ...
          Trans     70      4   ...  ...  ...  ...
          ATV     9.31  38.49   ...  ...  ...  ...
          Sales% 13.44   3.08   ...  ...  ...  ...
          Trans% 43.47   2.48   ...  ...  ...  ...
    
    Grand Total
          Sales   2.81   0.35   ...  ...  ...  ...
          Trans    237      4   ...  ...  ...  ...
          ATV    22.17  89.67   ...  ...  ...  ...
          Sales% 35.31   5.17   ...  ...  ...  ...
          Trans% 91.87   3.63   ...  ...  ...  ...
    Now I have to change the report so it displays

    Stores 1001 to 1042 and subtotals for these stores.

    Stores 1043 to 1049 and subtotals for these stores

    Stores 1050 to 1051 and subtotals for these stores

    Grand totals for all stores.

    Does anybody know if I can do this from the present report or will I have to rewrite the report.
    Gary Lowe
    VB6 (Enterprise) SP5
    ADO 2.6
    SQL Server 7 SP3

    OK I know my spelling and grammer is crap so don't quote me on it!

    To err is human to take the P! is only natural !!

    Click on the top section of image for Marcus Miller website and bottom section of image for 'Run For Cover' sound clip


  2. #2
    Guest

    i have never tried this but...

    i found this in the crystal reports help file:

    Code:
    Make Range Operator 
    
    Operator (Symbol/Word)
    
    to
    
    Usage
    
    x to y 
    
    «Create the range x to y»
    
    Example(s)
    
    100.00 to 250.00  
    
    «the range of consecutive numeric values beginning with 100.00 and ending with 250.00, including the end values».
    
    Date (1990, 09, 01) to Date (1990, 09, 20) 
    
    «the range of consecutive dates beginning with September 1, 1990 and ending with September 20, 1990. Both September 1 and September 20 are included in the range».

  3. #3
    Addicted Member
    Join Date
    Aug 2000
    Location
    Fremont Ohio 43420
    Posts
    253
    You could try grouping or select expert. In the select expert you can use the is between and choose the store numbers you want to be displayed.

    How this helps. Good luck

    aja

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