Good Morning all...
Crystal 10, SQL Server connect.
Just got word from my boss that we are changing our project ID numbers.
Here is part of the formula I was using...
{adq_vw_rpt_ts_sum_craft_by_emplid.Project ID} in ["02009." + "*" + "16." + "*"]
The first six digits remain "02009." ... the next one is variable... the next three remain "16."... then we need three characters that are variable... followed by four zeros.
Something like this 02009.X16.XXX.0000... where the X's represent wildcard characters.
My question is... should I use "*" or "(?)" as the wildcard character? Also, should I enclose both of them in parenthesis or not?
Real quick easy one... thanks everyone!
Crystal 10, SQL Server connect.
Just got word from my boss that we are changing our project ID numbers.
Here is part of the formula I was using...
{adq_vw_rpt_ts_sum_craft_by_emplid.Project ID} in ["02009." + "*" + "16." + "*"]
The first six digits remain "02009." ... the next one is variable... the next three remain "16."... then we need three characters that are variable... followed by four zeros.
Something like this 02009.X16.XXX.0000... where the X's represent wildcard characters.
My question is... should I use "*" or "(?)" as the wildcard character? Also, should I enclose both of them in parenthesis or not?
Real quick easy one... thanks everyone!