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 Mike Lewis 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: sa113
  • Order by date
  1. sa113

    SQL Derived Fields Reference

    Would anyone happen to have a good reference that gives examples of all the SQL dervied fields functions (aggregate, string, date/time, summary...)?
  2. sa113

    Help please...trouble with a CASE statement for SQL

    Thanks for the reply. I finally did this following formula and it worked: CASE WHEN (FLOOR(DATEDIFF (DD, PS_EMPLOYMENT.CMPNY_SENIORITY_DT, "PS_EMPLOYMENT"."TERMINATION_DT")) / 365.25) < 1.00 THEN '< 1 year' WHEN (FLOOR(DATEDIFF (DD, PS_EMPLOYMENT.CMPNY_SENIORITY_DT...
  3. sa113

    Help please...trouble with a CASE statement for SQL

    For some reason this derived field is not coming up ok when testing it. What am I missing? I'm trying to get a ranged grouping going here. CASE (FLOOR(DATEDIFF (DD, PS_EMPLOYMENT.CMPNY_SENIORITY_DT, "PS_EMPLOYMENT"."TERMINATION_DT")) / 365.25) WHEN < 1 THEN 'Less then 1 year' WHEN > 1 < 2...
  4. sa113

    Recent MBA grad/Career Advice

    Hello, I am a HRIS (Human Resources Information Systems) Manager for a mid-sized bank. I have been working here for 8 years and have turned the department around with technology and outsourcing solutions. Working here has tought me a lot about managing technology however we use simpler...
  5. sa113

    Report Smith Translating fields (duplicate rows)

    You also may want to check out the key fields. You may have too many fields set up as key fields.
  6. sa113

    Derived Field

    Thanks for the tip however do you know how I would have all three in their own colmns? I would like one row and 3 columns with each code instead of 3 rows per employee. Thanks
  7. sa113

    Derived Field

    Need to know how to do the same thing...I know you have to assign an alias and however what if the tables I am using both have multiple rows and need an outer join as well? Example, I would like to create a report that lists the review ratings for each employee in each year on one row.

Part and Inventory Search

Back
Top