Hi,
how can i create filter on multiple columns with 'OR ' as the logical operator?
how can i create filter on multiple columns with 'OR ' as the logical operator?
assume i have 5 columns (string data type) i want to create a filter like this filter= col1 contains ('test') OR col2 contains ('test') OR col3 contains ('test') OR col4 contains ('test') OR col5 contains ('test'). thanks, Arun