Hello all,
I have got multiple choice column with 9 Choices on a microsoft list : Choice1, Choice2, Choice3.
My problem concerns the filter fucntion : On multiple choice column, the filter is working on a 'OR' request.
For example : If I filter on Choice1, Choice2 the filter will return all itemes containing Choice1 or Choice2
I would like the filter work with and 'AND' request
For example : If I filter on Choice1,Choice2 the filter return only items that contains Choice1 and Choice2
Is there a solution to this problem please ?
I'm looking forward for your answers :)