Is it possible to have a statement like this in the Report Selection Expert:
I keep getting an error message that states:
"The ) is missing" right before the (SELECT
I can't join these tables in my SQL statement because it will return non-distinct records and I need my records distinct. This in (Select....) statement would allow me to do this, if I can only do it...
I'm using CR7.0.
thanks,
Code:
({VLSYY_YEAR_YEAR.CASENUM} in (SELECT caseNo from subject case_subject where su_code = code and su_code = ToNumber({@Filter-SubjectNumber})))
I keep getting an error message that states:
"The ) is missing" right before the (SELECT
I can't join these tables in my SQL statement because it will return non-distinct records and I need my records distinct. This in (Select....) statement would allow me to do this, if I can only do it...
I'm using CR7.0.
thanks,