Row filter condition (multiple columns instead of just one)

Moncrab
Participant II

How can i add multiple columns to the row filter condition?
Example i want the row to be included if [Column1]=Green and also [Column2]=Red

Solved Solved
0 2 1,966
1 ACCEPTED SOLUTION

Hi @Moncrab,
In general , such combined filter ccondition may be composed of following expression

AND( [Column1]= โ€œGreenโ€ , [Column2]=โ€œRedโ€)

View solution in original post

2 REPLIES 2

Hi @Moncrab,
In general , such combined filter ccondition may be composed of following expression

AND( [Column1]= โ€œGreenโ€ , [Column2]=โ€œRedโ€)

Please refer following article for AND() examples

Top Labels in this Space