Hi Enesys Experts,
Will need your suggestion on below case:
Column: "CF_HWSW" contains data: Software, Hardware, Both
Parameter: "AssociatedFunctions" contains Software, Hardware (Not allow blank)
I add below filter on dataset
=Fields!CF_HWSW.Value Operator:In =Parameters!AssociatedFunctions.Value And
It works, but then I need a default filter to show the data contains "Both" everytime.
I add another filter like below, but I cannot change the clause "And" to be "Or". Do you have any suggestion to fulfill this request?
=Fields!CF_HWSW.Value Operator:= ="Both"