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: 5lights
  • Content: Threads
  • Order by date
  1. 5lights

    Crosstab problem

    CRv11 I want a Crosstab for each Person Identified in a survey giving a summary of how they were evaluated on 10 questions. This should be easy but.... The 'Person' is identified by a multiple select in Question1. The table looks like this: RESPONSES(Question, Answer, Respondent)...
  2. 5lights

    Field w/No matching Record is not "Null" nor ?evaluat-able?

    I have two tables linked appropriately to return all records from the Primary(Table A)& just matching from Secondary(Table B). I gives me exactly the records I need. But, now I need to evaluate based on the field(singular) that I am pulling from Table B. since its niether NULL nor valued, I...
  3. 5lights

    Convert DateTime to Unseperated String

    How do I convert a DateTime to an Unseperated string? 2006-03-30 07:00:05 to 200603300700(yyyymmddhhmm) I got a DateTime to 20060330 by Convert(nchar(8),table.field,112) but now I need to include the time.
  4. 5lights

    Compute Room Turnover Time without Room Sort

    Using CR8.5 Main report shows OR Case info sorted by StartDateTime for all ORs in a given daterange. I need to compute Room turnover time. Tried a SubRpt linked by date & room and was able to compute Turnover's with a Start-Previous(End) formula. But could not pass it to the MainRpt tied to the...
  5. 5lights

    Single row results

    I'm trying to adapt code from thread183-1089209 but dont seem to be getting it. Basically, I'm trying to show multiple shift assignments on a single row. I have two tables: NURS with the ID STAFF with the SHIFT Assignments My adaptation is dorked: SELECT N.ANSOS_ID,N.NURS_NAME...
  6. 5lights

    Convert backward from CR9 to CR8.5

    I had to write a report in CR9 to get the CrossTables with %percentages, but the distribution (CE9) is not available to the User. Do I have to re-write everything from scratch in CR8.5 . Or is there any shortcut. I cant believe theres no "Save As" older version functionality
  7. 5lights

    Number of Mondays in (daterange)

    I'm sure this must be easy...but I'm loopy How can I determine the number of Day(2)(Mondays) in a date range. I had a RunningTotal of Day(2), but it misses the day if there is no datarecord on that day.
  8. 5lights

    Parameter like Calendar3rdQtr

    I want to create a parameter in CR8.5 that allows the User to select which Quarter(daterange)...can I use a Function like 'Calendar3rdQtr'?
  9. 5lights

    Survey stats in CrossTab

    I can do a crosstab that gives count of each ans' for each question. However I need to give the counts per employee, who is a multiple-answer for Question 1. So a response could have two or more employees listed. Response table-ie: RespondentID QuestionID AnswerID AnswerText 3...
  10. 5lights

    User Folders - duplicates & cannot delete

    New CE setup...just got NT authentication working, but now I've got @20 blank User Folders with my ID in CMC. The system seems to create a new folder each login. In CMC, when attempting to Delete any User Folder it says: "Update Error: Invalid operation on Favorites Folders'. HELP ME GET THIS...
  11. 5lights

    Report data and text field input?(form filler)

    OK, I can query data from SQL for a report, but can the user then enter text(not to any db field)such as comments at the bottom? To compound the question, if the user only has the runtime version & not the Designer software....can they run the report then enter text?
  12. 5lights

    Table list w/ record counts

    I'm sure this must be simple, but cant seem to figure it out. How can I get a report of TableNames, LastModified, & RecordCount for the database?
  13. 5lights

    Suppressing group if less than two records

    My report is grouped by DATE & STAFF, & shows each EVENT assigned. How do I show only those STAFF with more than one EVENT on a DATE?
  14. 5lights

    Automating data export when report run

    Am I dreaming or is there a way to enter a function in a report that will execute an export of data to flat file. (Instead of making user go thru the export process each time)
  15. 5lights

    Compiled/Distributed report number format

    I am compiling a report for a user that has previous distributed reports(no Crystal app installed). The users pc shows numbers w/2 decimal places...mine does not. Tried variations of TRUNCATE/ROUND/FIX statements to force the format to whole number...no joy. Any suggestions?
  16. 5lights

    Cr/Lf delimited field in SQL table

    The field contains 1-3 5-char codes delimited by 'cr/lf'. How can I display the contents on a single line?
  17. 5lights

    How to pull data with latest date

    Here's the scenerio: Table has: TestID(unique), ClientID, TestType, TestDate, Score. How do I query to get just the latest score for specific TestType? My report already pulls other client data from other tables, but now I need to add latest test scores. Please advise. Thanks
  18. 5lights

    Running totals vs NEXT Function

    In a sub-report, I have one field running total working & eliminating duplicates using a Next statement, but now I need another field counted...but its not sorted in order like the first. The data duplicates in this field every 2nd or 3rd record........How can I get a check of the 2nd or third...
  19. 5lights

    GroupBy field null

    Patients are grouped by Impairment(in my case "mentally"). Impairment is in table with 3 records/patient(one for each Assessment type). The third Assessment type always leaves the Impairment blank. How can I include the third Assessment in Group along with the rest of its assoc patient...
  20. 5lights

    Paradox table & Field grouping

    Here's the jist: One-to-many relationship PATIENT to ASSESSMENT tables. ASSESSMENT Table has eighteen fields(ie: WALKING, STANDING, EATING, SLEEPING...) Each Patient has two or three assessments(Admit, Discharge, Followup). I need my report to look something like: Walking Admit...

Part and Inventory Search

Back
Top