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 Chris Miller 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. themich

    Formula using FirstRecord and previous not working on first record

    I'm trying to get this formula to return "OK" for the firstrecord of the report and "DUP" if the subsequent records match the previous. Here's where I'm at currently: if ({@Check or Deposit ID}) = previous ({@Check or Deposit ID}) and ({@firstrecord}) = false then "DUP" else "OK"...
  2. themich

    Formula Help w/limiting Detail

    Your input is greatly appreciated. I can't wait to try this tomorrow. My apologies for starting multiple threads on this topic, it won't happen again.
  3. themich

    Issue with Grouping > Am I on the right track?

    I'm doing a report by employee, pay, hours, dues, vacation. I'm currently grouping by employee which results in the pay and hours records being duplicated because for every pay week, there are two records for different due deductions. Will the duplicate hours/pay be removed if I group by...
  4. themich

    Formula Help w/limiting Detail

    I'm guessing that my grouping is wrong?
  5. themich

    Formula Help w/limiting Detail

    I'm still learning Crystal. I wish that I could do this in Access. Any assistance would be greatly appreciated. I have an if statment to pull the paycheck amts that is based on a deduction called vacation. IF {PRT_CURRENT__CHECK_DEDUCT.Deduction_ID}="UVAC" THEN...
  6. themich

    Carrier a Calculated Field/Formula from Group Footer to Report Footer

    I'm doing a report that requires: Employee, Hours Worked, Pay Received, VacationPay, Dues I have several formulas to get the totals to work on the Group Footer as the Hours Worked and the Pay Received are repeated in the detail. So, I did a count on those fields and divided my total by the...
  7. themich

    If statement with or -

    I'm in a fog and can't figure out how to pull amounts from a table where the id field = dues or uvac. My books arrive tonight, but I thought I'd try. IF {CURRENT_PRT_CHECK_DEDUCT.Deduction_ID}="UVAC" OR "DUES" THEN {CURRENT_PRT_CHECK_DEDUCT.Amount} ELSE 0
  8. themich

    CrossTab Last4WeeksToSun

    Thank you Ibass! I'm making the transition from Access to CR and it's a bit of a learning curve. You were correct, I was placing the formula in the wrong area of the report. I wound up using: If {CURRENT_PRT_CHECK_DEDUCT.Period_End_Date} in MonthToDate Then...
  9. themich

    CrossTab Last4WeeksToSun

    How do I utilize the Last4WeeksToSun formula in a cross tab? I want the "pay_ending_period" field to be limited to last four weeks (actually I wanted last five weeks - but I'll settle for four). I found the Last4WeeksToSun formula and attempted to use it: cross tab expert > column>group...

Part and Inventory Search

Back
Top