For those who possibly run into this problem, my solution ended up as:
Select Formula:
(
({PATIENT.PAT_NAME}) startswith uppercase ({?Patients Name}) or
{?Patients Name} = "All"
)
SQL Passed: When I enter “b” in the parameter
WHERE "PATIENT"."PAT_NAME" LIKE 'B%'
This accopmlishes...
Unbelievable... The field is case sensitive... I’ve never encounter that, but I’m more accustom to working with SQL Server.
Thanks for the help anyway.
-cd
I get the same result as my first attempt. No data, but it passes to the database.
I suspect this has something to do with Oracle, but I'm not familiar enough with it to know why... It's like it does not recognize the field as a string or something weird like that.
Thanks for the quick...
CR Version: Crystal Reports XI Professional SP2
Database: Oracle 10.2
Connection: Native Oracle Driver
Problem:
I'm attempting to select only data that starts with a string provided by a parameter(Or All). The "All" function works fine, but when I enter a value, like "A", no records are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.