ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Widget Filters - condition across multiple fields Thank you, came searching through the forum looking for a solution to this exact problem, but needed to add multiple conditions dependent on the filters set for the field. Was able to use your method with a little tweaking and wanted to share for anyone else stuck with the same issue. IF( ([# of unique Field_1], [Field_1] ) = 1 AND --filtered for 2 results ([Field_2] < 0.1 , 1, IF( ([# of unique Field_1], [Field_1] ) = 1 AND --filtered for all other results ([Field_2] < 0.2 , 1, 0 ))