I am trying to use Select Expert to select data that starts with * (an astrisk), but the Select Expert is selecting everything thinking that I'm specifying a wildcard. Any way around this?
[ol][li]If you can (depending on your database, driver and CR version), create a SQL Expression that substrings the first character of your data field[/li]
[li]Format your record selection statement like this:
{%SQLExpression} = '*'[/li][/ol]If you aren't concerned about performance at all, then you can simply use the following select statement:
That will pass the SQL and only return those with an asterisk in the first position.
Crystal is VERY persinickety about pass through SQL... The select expert does an OK job, but you have to experiment sometimes with creating a manual record selection criteria.
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.