I have a fairly simple custom filter:
[Opportunity] > [Min_deal_size] or [ARR]>0 or [Pipeline] >0
However the output still contains records that match this next filter:
[Pipeline] = 0 && [ARR] = 0 && [Opportunity] < 10000
10000 is the value of my Min_deal_size fyi.
I am pulling my hair out...thanks!
@Dan5 can you provide some sample data to verify ?
@Dan5
Better to have some sample data.
Since you are use OR, given your data nature, it may end up the results looling like a different filter.