I created a static, string parameter {?Active} with no Value Field and the Values of "true" and "false". I allowed multiple values. The Select Expert formula is:
{EMPMAST.CLASS} = {?Class} and (sworn, non-sworn, civilian, etc.)
If {?Active}="True" then {EMPMAST.HIDE}=true else
If {?Active}="False" then {EMPMAST.HIDE}=False and
{empmast.hired}={?daterange} and
{EMPMAST.UNIT} startswith "DEP" and (this is no longer working)
{EMPMAST.UNIT} = {?District}
The parameter screen looks great, but the data that appears in the report is incorrect.