I'm obviously not a Crystal expert, so here's my CR8.5 query...
I've created a SQL view from our employee d'base which lists the Emp No, Name, and six separate 'Significant Date' fields.
(eg, 'End Probation Date', 'End Temp Status Date', etc).
I created '?Date Start' and '?Date End' Parameter fields, and hoped that the following report selection criteria would work...
(Emp.Date_1) in {?Date Start} to {?Date End}
or (Emp.Date_2) in {?Date Start} to {?Date End}
// and so on to "or (Emp.Date_6) in...."
However, the output is for all the dates that meet the criteria in (Emp.Date_1) ONLY, (or whichever field I used first in my testing), and none of the other fields.
Can a Parameter be used for multiple fields, or am I way off the mark with my criteria? Thanks.
I've created a SQL view from our employee d'base which lists the Emp No, Name, and six separate 'Significant Date' fields.
(eg, 'End Probation Date', 'End Temp Status Date', etc).
I created '?Date Start' and '?Date End' Parameter fields, and hoped that the following report selection criteria would work...
(Emp.Date_1) in {?Date Start} to {?Date End}
or (Emp.Date_2) in {?Date Start} to {?Date End}
// and so on to "or (Emp.Date_6) in...."
However, the output is for all the dates that meet the criteria in (Emp.Date_1) ONLY, (or whichever field I used first in my testing), and none of the other fields.
Can a Parameter be used for multiple fields, or am I way off the mark with my criteria? Thanks.