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 IamaSherpa 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. SusanStoHelit

    LOOP THROUGH ALL OCCURANCES IN FIELD

    We are using crystal XI on an Oracle database. We have a certain 14-digit number that can show up anywhere from 0-20 times in a field, always after the words "Order Number: ". I need a way to loop through all occurences of "Order Number: " to pull those numbers out. Thanks!
  2. SusanStoHelit

    convert to Date type with SQL Expression

    thanks LBass it will need to be selected based on a parameter, so it actually looks more like this: dateadd("s",{table.seconds},datetime(1970,1,1,0,0,0))>={?Download Start Date} I tried that and it did not show in the SQL Query
  3. SusanStoHelit

    convert to Date type with SQL Expression

    I have a similar quesiton as thread767-1300499 I need to convert this crystal XI formula: dateadd("s",{table.seconds},datetime(1970,1,1,0,0,0)) to a SQL expression so that it is passed to the database. The report runs too slowly otherwise. I tried...
  4. SusanStoHelit

    Comparing row to next row in MS Access

    The patients and drugs are in no particular order. my ID is actually a random number, not sequential. is there a way to do a query that would sort the table by member ID, drug name, and filldate and then add in a sequential number? then I could use that query as a base for this query.
  5. SusanStoHelit

    Comparing row to next row in MS Access

    John, Won't that compare each successive Filldate with the minimum Filldate? I'd like to compare each filldate with the previous filldate. thanks Susan
  6. SusanStoHelit

    Comparing row to next row in MS Access

    Hi there, I have a table with the following fields: Key Member ID Fill Date Drug Name 1 1000512 1/12/2006 Lipitor 2 1000512 2/13/2006 Lipitor 3 1000512 3/10/2006 Lipitor ... And I need to find out the days between fills like this: Key...
  7. SusanStoHelit

    Rolling 12-month eligibility by month

    Sure thing. Member 1001 was in group 2 from June 30th 2006 through January 31st 2007. He should be counted in the summaries for Jul-Jan and not the others. My raw data is like this: ELIGIBILITY SBSB_ID GROUP EFF_DT TERM_DT ELIG_IND 1001 2 06/30/2006 01/31/2007 Y...
  8. SusanStoHelit

    Rolling 12-month eligibility by month

    Hi there, I'm using Crystal X with SQL Server 2005 and I need to find the last 12 months' eligibility counts broken down by group and month: Group Mar 06 Apr 06 ....... Feb 07 1 2000 2100 ....... 2500 2 2500 2600 ....... 3000 3 1750 1600 ....... 1800 4...
  9. SusanStoHelit

    How to make a field to be a constant

    Can you make it a top N report instead?
  10. SusanStoHelit

    Running totals through SQL Expression.

    Running totals through SQL. I have a pharmacy claims database. I have a CRW 10 report using OLE DB to access a SQL server. My report identifies members who have hit a total drug spend limit and pulls their entire claims history. The report works great. However, now the report requestor...
  11. SusanStoHelit

    Reasons that records duplicate in reports?

    I use Access and Crystal to report out of a SQL server, Excel files, and Access databases, sometimes all three at once. In both programs I have noticed that my records will duplicate anywhere from 2-15 times in the detail section. Select Distinct or some variation thereon only works if you...
  12. SusanStoHelit

    Delete Reversals - Select Duplicate qry doesn't work

    I work with claims data, and I need to be able to analyze data on claims that we have actually paid. In our data there are some claims that were paid and later reversed, or paid, reversed, and paid again (for a different or same amount) with the same ID number. Is there a way to select and...
  13. SusanStoHelit

    IsNull formula gets "Result is not Boolean" error

    Crystal 10, so my menus are a little off from yours, but your suggestion worked! Thanks a lot!
  14. SusanStoHelit

    IsNull formula gets "Result is not Boolean" error

    I am a true newbie to CR, and I have only a small amount of programming experience - forgive me is this is a truly stupid question. I am trying to design a report using claims data from several years ago, and it is just pulling data from a single Excel file for now. For a certain field we only...

Part and Inventory Search

Back
Top