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 bkrike 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: *

  • Users: abowling
  • Content: Threads
  • Order by date
  1. abowling

    Employees dropping off when using Telephone_Nbr table

    Hello, I am trying to include the Home Phone in a simple report; however when I used the Telephone_Nbr table, there are approximately 125 employees dropping off. I assume these are employees who do not have a telephone number entered. I tried checking the "include unmatched records" box in...
  2. abowling

    ORA00923 Derived Field Error

    Hello, I am receiving the following error: ORA00923 Keyword FROM not found where expected. Here is my derived field: DECODE("PS_LOCATION_TBL"."LOCATION", 'REMOT' ,'Other U.S. Location', 'AZTEM', 'Tempe', 'CAIRV', 'Irvine', 'CASF', 'San Francisco', 'FLSUN', 'Sunrise', 'LANO', 'New Orleans'...
  3. abowling

    Combine employee data to 1 row per employee...

    Hello, I know this question has been asked several times, but I was unable to find the answer. I am on Reportsmith, Oracle. I have a report that has several different earnings codes; therefore pulling multiple rows per employee. I have created separate derived fields for each earning code...
  4. abowling

    Derived field for Zip Code Formatting

    I have a report that has zipcodes listed as follows: 75201 75201-1111 75201-1234 752011234 752011111 I need for all to be consistent(without dashes) as follows: 752010000 752011111 752011234 752011234 752011111 Any help would be greatly appreciated.
  5. abowling

    Formatting a Number field, derived field?

    I have a derived field to calculate the hourly rates for a group of employees who are paid semi-monthly. This derived field looks like this: 10.00 12.23 16.50 8.82 etc... I need to format it to look like this: 000000001000 000000001223 000000001650 000000000882 Is there a derived field...
  6. abowling

    CASE Derived Field help

    Hello, I am using Reportsmith Version 3.10 I need a derived field to do the following: Look at the termination date field. If it is less than the hire date then make the field null or ' ' else, list the term date. I have tried several things like below but can't get anything to work. CASE...
  7. abowling

    Date Comparison with Derived fields???

    I am needing a derived field to do the following: If Termination Date < 01-JUN0-2005, then make term date null, otherwise, list the term date any suggestions?
  8. abowling

    Missing Right Parenthesis??

    What is wrong with this derived field? I keep getting 'missing right parenthesis': SUM("CASE TABLE_NAME.DED_CODE" WHEN 'TRC' THEN "TABLE_NAME_AMOUNT" ELSE 0 END)
  9. abowling

    Derived Field help ~ REPLACE??? function

    I need a derived field to change the SSN from 123-45-6789 to XXX-XX-6789 Any help would be greatly appreciated.
  10. abowling

    MASTER/DETAIL REPORT FORMATTING - Need help ASAP!

    Hello, I have created a master-detail report (benefits statement); however I am having problems with the formatting. The master report consists of the employee information, address, ss#, etc. Then there is a Health, Life, Disability, FSA, and Dependent section (each its own detail report)...
  11. abowling

    Derived field help!

    Hello, I need a derived field to calculate the # of Remaining checks for our employees who are paid Monthly. I can figure this out easily in my head, however I need to have a derived field in my report to calculate some other items. 52 # of checks in a year 12 # of checks they are paid in a...
  12. abowling

    Derived field / formula help Please!

    Hello, I need some help with a derived field. I have a report I am working on for FSA benefit contributions, and determining if employees are going to meet or exceed their annual pledge amounts. I included pay frequency (weekly, monthly, semi-monthly and bi-weekly) Based on the pay...
  13. abowling

    CASE function

    I have a list of employee annual salary rates. I would like to return a value (ie A, B, C etc) when the annual salary rate falls within a salary range. Here is what I tried: CASE "PS_EMPLOYEES"."ANNUAL_RT" WHEN '>22359 AND <28080 THEN 'A' WHEN '>28079 AND <35360 THEN 'B' ELSE 'NONE' END I...

Part and Inventory Search

Back
Top