Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tcgoth

    Running Totals in CrossTab Report

    lbass, Thank you for your kind assistance. I reorganized my data and implemented your suggestion using DistinctCount - it works!
  2. tcgoth

    Running Totals in CrossTab Report

    I should have added that I need to perform separate counts on the different services, not just total of all services. Output would look like: Service 1 Assigned Organization1 = 2 Assigned Organization2 = 1 Service 2 Assigned Organization1 = 3 Assigned Organization2 = 4 etc....
  3. tcgoth

    Running Totals in CrossTab Report

    Not necessarily. Each Customer can have multiple Services. There is one organization assigned per Service. Thanks again!
  4. tcgoth

    Running Totals in CrossTab Report

    lbass, Thanks for your reply. Using Sum for the "Offered to Organization" seems to be working perfectly. However, I cannot get a correct count of the "Assigned Organization" that is in GH3. I setup a simple count formula @service1assignedcount if service=service1 and not isnull(assigned...
  5. tcgoth

    Running Totals in CrossTab Report

    Crystal 11 I have the following report layout. Gist of the data is that each "service" can be offered to multiple suppliers for bid, one of those suppliers is then selected to actually perform the service. The suppliers that can be offered or Assigned might change on a day-to-day basis, so I...
  6. tcgoth

    Sum Error in Group Footer

    lbass, Thank you for your response. I thought I was effectively Summarizing the Detail records via the formula in GF2? I tried a number of variations but each fails. I need to evaluate multiple conditions in the details section to arrive at a summary result in GF2, then be able to sum the...
  7. tcgoth

    Sum Error in Group Footer

    Crystal XI SQL 2005 I have the following formulas in a report: Detail Section (Both fields evaluate correctly) @HSActive (correctly evaluates to 1)= if {@Service} = 'Home Sale Assistance' and {rpt_service.serv_status_desc} <> '>Cancellation' and {rpt_service.serv_status_desc} <> 'Cancelled'...
  8. tcgoth

    Calculating Average in a Cross-tab

    LB, You got me on that one. I tested the fields and they are in fact NOT Null Values. My apologies to you for not having my facts together. I added your "Else {@null} to the end of the original formula and it nows works like a charm. Thanks!
  9. tcgoth

    Calculating Average in a Cross-tab

    LB, Tried exactly as you described but result in the Cross-tab is still evaluating to Average as if Nulls are being counted. I created a new Formula @Null with nothing in it. Changed code to: if isnull form_0164_customer_satisfaction_survey_section_detail.chk_excellent}) and...
  10. tcgoth

    Suppressing Formula in Cross-tab

    Crystal XI SQL 2005 I am displaying the results of survey responses in the Detail Section of the Report and then summarizing those results using a Cross-tab in the Report Footer. The survey responses that are being summarized are a mix of Scaled Scores (1-5) and Yes/No responses. Based upon...
  11. tcgoth

    Calculating Average in a Cross-tab

    Crystal XI SQL 2005 I am displaying the results of survey responses in the Detail Section of the Report and then summarizing those results using a Cross-tab in the Report Footer. The survey responses that are being summarized are a mix of Scaled Scores (1-5) and Yes/No responses. Based upon...
  12. tcgoth

    Cross Tab for Survey Summary

    Crystal 11, SQL 2005 Background: I am trying to create a summary Report of Survey Information. There are multiple surveys of which each contains multiple sections and questions under each section. Questions can be 1 of 3 types: Scaled Score (1-5), Yes/No, or Verbatim. I am ignoring verbatim...
  13. tcgoth

    Crystal 8 Cross-tab &amp; field &gt; 254 char

    LB, After I have created the SQL Query Expressions how do I bring them back together? I tried adding them to a new formula but I get the error "A string can be at most 254 characters." Here is the formula where each expression represents a 254 character segment of the verbatim response field...
  14. tcgoth

    Crystal 8 Cross-tab &amp; field &gt; 254 char

    LB, Thanks for the quick response. Here is the code that I am using for translating the fields to numerical values in the report. I changed to "Maximum" but now it appears that it might be evaluating all questions in that Section and displaying that Max (rather than evaluating each question...
  15. tcgoth

    Crystal 8 Cross-tab &amp; field &gt; 254 char

    Crystal 8.0 SQL 2000 Two problems that I need help with. I have reviewed all prior posts and cannot find a solution. I should note that we are moving to Crystal 11 soon but that does not help my problem now! 1.) Dealing with field lengths greater than 254 characters. I am trying to display...
  16. tcgoth

    problem with Crosstab in Dummy Group header

    Sorry for the inerrant post from tcgoth!
  17. tcgoth

    problem with Crosstab in Dummy Group header

    Crystal 8.0 SQL 2000 Two problems that I need help with. I have reviewed all prior posts and cannot find a solution. I should note that we are moving to Crystal 11 soon but that does not help my problem now! 1.) Dealing with field lengths greater than 254 characters. I am trying to display...
  18. tcgoth

    Copy only specified Worksheets

    Combo, Thank you for the post and the helpful code. It works great to get the worksheets saved as files in the specified directory. I just realized that I need to PasteSpecial Values AND Formats. Is there any way that they can both be accomplished at the same time? I ran a macro record and...
  19. tcgoth

    Copy only specified Worksheets

    I have a spreadsheet with multiple worksheets (17 in total.) One worksheet is serving as the database, the other worksheets are linked and pulling information from the "database" worksheet. I need to make a copy of 12 of these worksheets and save them as filename=worksheetname with only values...
  20. tcgoth

    Find FIRST Date =&gt; Base Date

    Not sure if this helps or hurts, but here is the code so far. I added your criteria selection suggestion to the FROM clause where highlighted in red. I understand the creation of the Formula field that you mention, just not how to use the Group technique to produce only a single result per...

Part and Inventory Search

Back
Top