We have several crystal reports that are launched using crystals web viewer. We pass values into parameters using AddCurrentValue or AddCurrentRange. The parameter values are entered on an ASP page, currently all we have available is "=" logic. The reports have a RecordSelectionFormula like this {Table.Field} = ?Parameter.
My question is, now our users would like the ability to do >, <, <> and/or wildcard selections on these parameters. How would I go about doing that using parameters? If that's not possible has anybody done anything similar?
Thanks.
My question is, now our users would like the ability to do >, <, <> and/or wildcard selections on these parameters. How would I go about doing that using parameters? If that's not possible has anybody done anything similar?
Thanks.