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 SkipVought 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. crystalhelp1

    Sum Current Month Forecast?

    I am trying to create a SQL Expression in Crystal to sum by part number all forecast in current month. See data below: Part Number Qty Date P4276 100 01/01/2012 P4276 200 02/02/2012 P4276 150 06/13/2012 P4276 200 06/15/2012 P4276 50...
  2. crystalhelp1

    Crystal Reports Viewer?

    Is there such a thing as a viewer for Crystal? I have a slew of users that need to refresh reports for viewing, but never actually create reports.
  3. crystalhelp1

    Export Crystal Report to Excel

    I have a Crystal Report that uses a subreport, but when I export it to Excel it always places the subreport data below the Main report data in the Excel spreadsheet. Is there any way to have the subreport display next to the main report data in Excel?
  4. crystalhelp1

    Can't get subreport data to main report for calculation...

    I'm seeing the zero on the GF1b. ...please don't give up on me!
  5. crystalhelp1

    Can't get subreport data to main report for calculation...

    I am attempting to suppress GF1b via the section expert. My thought is that I can place the shared variable on GF1b and then compare the shared variable with the Qty on Hand field. If shared variable is > Qty on Hand then suppress the entire GF1b line.
  6. crystalhelp1

    Can't get subreport data to main report for calculation...

    Actually, I just need the shared variable present so I can suppress if the shared variable is less than quantity on hand.
  7. crystalhelp1

    Can't get subreport data to main report for calculation...

    I have followed previous posts regarding this topic, but I can't seem to get the formula to work. I have a subreport w/ this formula: WhilePrintingRecords; Shared NumberVar Ord:= sum({OEPODTL.ODIQTY}) I have added the above subreport to the main report in GF1a. I then created this formula and...
  8. crystalhelp1

    Linking Date Range from Main Report to Subreport

    I am trying to link a subreport to my main report via two subreport links: part number and date range. It works fine with the part number, but when I link the date it either returns the current month or all months, yet the date range on the main report is between 01-01-2011 to 02-28-2011. The...
  9. crystalhelp1

    How to Sort with a Seemingly Unsortable Field??

    I prefer sql statements. My issue with sql statements is upon creating them they run, but often times take too long or end up crashing Crystal. Any advice for fine-tuning my sql statements (e.g. Crystal sql for dummies)? Thanks, KK
  10. crystalhelp1

    How to Sort with a Seemingly Unsortable Field??

    Here's the formula: if {@Open SO Qty Minus Null Values} > {FKITMSTR.IMQTOH} then -1000000 else if {@Open SO Qty Minus Null Values} > {@Fcst + Dep} then ({FKITMSTR.IMQTOD} + {FKITMSTR.IMQTOH}) - {@Open SO Qty Minus Null Values} else ({FKITMSTR.IMQTOD} + {FKITMSTR.IMQTOH}) - {@Fcst +...
  11. crystalhelp1

    How to Sort with a Seemingly Unsortable Field??

    I have a formula field in my main report that includes a sql statement, summary and 2 number fields (%sql + {sum of dpqty} - (OHQTY + ODQTY)). This field is in my header. I would like to sort on this field, but it does not give me this option...even when trying to perform a group sort. Any...
  12. crystalhelp1

    Usin Subreport Value in Main Report Formula

    I have a report that pulls in a number value from a subreport. Is it possible to use the subreport value in my main report?
  13. crystalhelp1

    Running Total - 1st Result Blank?

    I have a running total that shows the 1st result as blank (null). Shouldn't it calculate the first total? number = 8,000 Running Total = blank number = 4,000 Running Total = 4,000 number = 5,000 Running Total = 9,000
  14. crystalhelp1

    Group Sort Question

    It doesn't give me the "Summary" option when I perform these steps. I moved to details, right clicked, clicked on Insert and all it gives me is "Field Heading". Could it have something to do with using a Sum in the formula?
  15. crystalhelp1

    Group Sort Question

    I am trying to sort a group based on a formula... (if isnull({@QOH}) then 0 else {@QOH}) - ((if isnull(Sum ({@Dep. Reqmnt}, {FKITMSTR.IMPN})) then 0 else Sum ({@Dep. Reqmnt}, {FKITMSTR.IMPN})) + (if isnull({%3 Mo. Fcst.}) then 0 else {%3 Mo. Fcst.})) ...the formula does not show...
  16. crystalhelp1

    Obtaining data from current month + 90 days

    I need to capture the quantity field of all dates in this month and all dates out 90 days. The problem is, I can't figure out how to grab the quantity field of the dates already passed in the current month.

Part and Inventory Search

Back
Top