I am using Crystal 2008 on SQL Server.
The data in column EDG.CURRENT_ICD9_LIST looks like this:
998.89, 780.2, V25.2
525.88
780
780.2
998.89
780.2, 998.89
799.8
998.89, 780.2
I need to select all records that contain EDG.CURRENT_ICD9_LIST in the range of 780.0 to 999.99, but I've only been able to return records with 780.2 when its the first or only code listed by using EDG_CURRENT_ICD9_LIST in "780.0" to "999.99" in the record selection formula.
Thank you
The data in column EDG.CURRENT_ICD9_LIST looks like this:
998.89, 780.2, V25.2
525.88
780
780.2
998.89
780.2, 998.89
799.8
998.89, 780.2
I need to select all records that contain EDG.CURRENT_ICD9_LIST in the range of 780.0 to 999.99, but I've only been able to return records with 780.2 when its the first or only code listed by using EDG_CURRENT_ICD9_LIST in "780.0" to "999.99" in the record selection formula.
Thank you