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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by yolly12

  1. yolly12

    need to group 2 tables by month

    hello, I am writing a report using CR8.5 dev and GMCE 6.7 /SQL 2000 SP4 backend. I am writing a report that looks at closed sales and open sales. Both of these values are stored in different database tables, cal & conthist. these values need to be displayed on the same line. I have tried to...
  2. yolly12

    suppress subreport based on date

    you are too cool! thanks a bunch!
  3. yolly12

    suppress subreport based on date

    hello, I am writing a report in CR8.5 dev and i have a bunch of subreports in the group footer. These reports display sums of row counts based on the creation date I would like to be able to suppress the months (subreports) that have not occurred yet. so for my September07 subreport, my...
  4. yolly12

    crystal quick print not using client printer

    Hello, I have written a report in Crystal 8.5 dev and made a distribution kit. That kit was installed on our citrix box and we gave full control to all of the files for the users. The reports run just fine however we have run into a problem with printing. if you push the quick print button, it...
  5. yolly12

    Printing crystal report in citrix environment

    Hello, I have written a report in Crystal 8.5 dev and made a distribution kit. That kit was installed on our citrix box and we gave full control to all of the files for the users. The reports run just fine however we have run into a problem with printing. if you push the quick print button, it...
  6. yolly12

    sub totals and grand totals

    okay they did maintenance on the server and magically everything is working. but they did ask for something else. I *think* it can be done. The category group - @groupie; if {conthist.ref} startswith "BUT" then totext ("Fabric - Misc") else if {conthist.ref} startswith "ZIP then totext...
  7. yolly12

    sub totals and grand totals

    by the way - thanks a whole bunch for your help
  8. yolly12

    sub totals and grand totals

    this is what @prods is: if {conthist.ref} starts with "BUT" then totext ("Buttons") else - and so on. (sum({@BARNEYWON}, {@prods}) - (sum({@BARNEYLOS}, (@prods}) I placed the @BARNEYWON/@BARNEYLOS in details and suprssed it and I placed the TL formula in the group header for the second...
  9. yolly12

    sub totals and grand totals

    groups are in the right places. The {@BarneyWon},{@BarneyLos},{@prods},{@groupie}, {@BarneyTL} all work correctly. honest I swear on a pile of good chocolate - I have written everything that those formulas consist of. wait! I see something but it isn't going to count much; if...
  10. yolly12

    sub totals and grand totals

    the name of the formula is {@groupie} (sorry, misunderstood you) So I replaced my the formula on the group 2 sums with the groupie formula (sum({@BARNEYWON}, {@prods}}) - (sum({@BARNEYLOS}, (@prods}) changed to (sum({@BARNEYWON}, {@groupie}}) - (sum({@BARNEYLOS}, (@groupie}) you'd think...
  11. yolly12

    sub totals and grand totals

    it is exactly as I put it; if {conthist.ref} startswith "BUT" then totext ("Fabric - Misc") else if {conthist.ref} startswith "ZIP then totext ("Fabric - Misc") else if {conthist.ref} startswith "CBL" then totext ("Fabric") else unknown
  12. yolly12

    sub totals and grand totals

    thanks for the tip. I only dd it when it told me that the category summary wasn't going to work. I wonder if I need to add another formula for the group? if group1 = "Fabric" then "fabric" and so on. I wonder if the classifications that I am doing in group1 is too much to process at the time...
  13. yolly12

    sub totals and grand totals

    I get a message when I tried that. can do summary on this formula (or was it function) I think I even added at the top whileprintingrecords; thinking it was when the formula was being evaluated.
  14. yolly12

    sub totals and grand totals

    environment - GoldMine 6.7 GMCE - SQL 2000, Crystal Reports 9 pro. I am writing a report that at first I thought I could do as a cross tab but none of the formulas would work so I ended up taking another approach. below is what the end result is suppose to be; product: total fred barney...
  15. yolly12

    graph not displaying

    Crystal 8.5 with distribution kit installed. Win 2003 standard server, SQL 2000 SP4, McAfee Enterprise Hello, I have written a report on my XP pro wrkstn using Crystal 8.5 developer that is a graph report. The report runs great in the RDC. When compiled and installed on the server, the report...

Part and Inventory Search

Back
Top