Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi 3999508 Can you create one more column and do the comparisons using case when and then use the resultant column in your filter. Basically, bin the data and complete the comparisons. NewCol: case when col1<>col2 then 'accept' else 'reject' end In the filter section: NewCol = 'accept' This will automatically expand into…