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. ForMe2

    Multiple if/then in one formula

    This is a SQL formula, but I can use the Crystal. Which one would you suggest?
  2. ForMe2

    Multiple if/then in one formula

    Thank you, but I tried that and it still only read the last if/then statement.
  3. ForMe2

    Multiple if/then in one formula

    How do I enter multiple conditions in one formula? Here is what I have. It only uses the last if/then in the formula. if CStr({tbl_Item.Amount2})=" " and ({tbl_Promo.Scan}> {tbl_Item.Amount}) then formula=({tbl_Item.Amount}*{tbl_Qty.Qty}) end if If{tbl_Item.Amount}=CCur(0.00) then...
  4. ForMe2

    Conditional formula

    I need a formula that will multiply a different variable to a field based on the owner of the product and a specific date range. I am using some fields from access that are a date/time field. I'm trying to convert them to a date field. This is what I have so far. There are no errors in the...
  5. ForMe2

    Calculations with Subreports

    Thank you! Thank you! Thank you!
  6. ForMe2

    Calculations with Subreports

    It is in the only group header in the main report.
  7. ForMe2

    Calculations with Subreports

    I am bringing a calculation into a main report from a subreport with the following formulas: Formula in the subreport: WhilePrintingRecords; Shared CurrencyVar myTotal:=Sum({Orders.Order Amount}) Formula in the main report: WhilePrintingRecords; Shared CurrencyVar myTotal; myTotal My problem...
  8. ForMe2

    Values Automatically Refresh in Parameter

    I have version X. Thanks though.
  9. ForMe2

    Values Automatically Refresh in Parameter

    How do I get the values in the parameter to automatically refresh? I don't want to have to import new default values everytime I refresh the report.
  10. ForMe2

    Need quick help with formatting for simple formula

    I had this problem before. You need to change the field type. Click to show the Type conversion options under functions. (Try CCur first. If that doesn't work, then try CDbl.) If you're in Crystal Syntax your formula will look like this {ORDETAIL.QUANTITY ORDERED} * CCur({INVENDSC.COST})
  11. ForMe2

    Parameter on a formula field

    How do you create a parameter for a formula field? My formula field is (unit cost*qty) which creates a total cost. An example would be the user wanting to filter out any total cost under $100?
  12. ForMe2

    Multiple Parameters

    How do I add multiple parameters for different fields so the user may choose just one criteria for one field? (So, they wouldn't have to choose 3 criterias) For example, they would want to filter the report {field.color}= red & sometimes they would want to filter it {field.date}> 1/28/07.
  13. ForMe2

    about report

    If I'm understanding this correctly, you could create a subreport for the non-forest & insert it into the forest report. In order to get the grand total, you would have to add the forest & non-forest together. For the non-forest subreport total to show & allow you to add it to the forest...
  14. ForMe2

    Formula-No Parameter Please

    I'm looking for a way to print the record closest to the current date without using a parameter. (I don't want a parameter because this will eventually be a subreport.) Example: The last date a product was produced.
  15. ForMe2

    Division By Zero

    How do I get a calculation with a division by zero to show without an error?

Part and Inventory Search

Back
Top