If Then
=IIF(Parameters!Field01.Label = -1, "All", Parameters!Field01.Label)
Case
=IIF(Parameters!DateType.Value = 1, "Transaction Date", IIF(Parameters!DateType.Value = 2, "Business Date", "Posted Date"))
If Then
=IIF(Parameters!Field01.Label = -1, "All", Parameters!Field01.Label)
Case
=IIF(Parameters!DateType.Value = 1, "Transaction Date", IIF(Parameters!DateType.Value = 2, "Business Date", "Posted Date"))
Comments