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

    CR XI release 2 - Error 723 error in file. Failed to retrieve data

    We are running this report from a 3rd party applications. We have one person who when logged in as herself receives this error. I have verified the database location on this report and removed the select distinct records only. Unfornuately it still doesn't run under her log in. Does anyone...
  2. RedSparks

    Can large text fields be combined into a new field?

    I have 4 Text fields that I need to combine into one new text field. Can this be done? If so, how do I go about making this happen. Note Goal_Note Intervention_Note Plan_Note Note_All I need the first 4 note fields combined into the last "Note_All" field. I am using SQL Server 2000.
  3. RedSparks

    Formula to pull start and end times between start and end Dates

    Crystal 8.5 I have created a timesheet that with formulas determines the dates and days for a pay period. Next, I need to pull in the scheduled times that relate to those timesheet dates. Each individuals schedule may change at any time. If I have an individuals who's schedule changes during...
  4. RedSparks

    Variable work days & hours combined into a Timesheet by Day & Date

    Crystal 8.5 I am creating a timesheet form based on the scheduled hours our foster grandparents work. They can have flexible schedules. It's the flexible schedules I'm having a problem with. My timesheet section is only picking up the last detail line. I need it to pick up and evaluate every...
  5. RedSparks

    Using the Results of a query/view to Update a Table

    I want to update the table FD__Agency_Admission with the results from a sql select query saved it as a View called TLV__ES_AgencyDischargeDates. I want to do something like this: Update FD__Agency_Admission Set Discharge_Date = '12/31/2004' Where Discharge_Date is null How do I use the...
  6. RedSparks

    Comparing a prior row to the next row and to criteria

    I am trying to write a SQL statement that will compare one row to the next, then eliminate the rows not needed. Example: Table: TLV_DischargeDates FamilyKey Program 5723 2 5830 3 8473 5 8473 6 8493 1 8930 3 14710 5...
  7. RedSparks

    Checking a condition on Multiple fields & Returning Multiple Comments

    I am wanting to create a formula/loop? that will check for a true condition on multiple fields and then return a comment for each field who's condition equals true. The if statement doesn't work because it will only return the first true statement it hits. I'm working in Crystal 8.5 Example...
  8. RedSparks

    Nth Most Frequent - Need to Display Count of Each

    I have used the Nth Most Frequent to display each the top 10 most frequent items in a Report footer. Now I need to display the count next to each Nth Most Frequent listed. How do I go about listing this side by side? Nth Most Frequent Count 1. Drug #1 23 times 2. Drug #2...
  9. RedSparks

    Date Day Increment for a Crystal Report form

    I am creating a form where the user will input the beginning and ending date for the week they are wanting printed out. The form needs to print for each day and displaying the date and the day of the week on seperate pages. (ie. date: "11/10/03" and the Day of the week is...

Part and Inventory Search

Back
Top