• Hi,

    Multi-valued parameters can't be NULL as far as I know, no value supplied gives a parameter value of blank rather than NULL.

    Try this expression:

    =iif(Join(Parameters!uidIncidentTypeId.Value) = "", Fields!vchParentIncidentType.Value, Fields!vchIncidentType.Value)

    Cheers

    Gaz