Having an issue and need some help clearifying. Trying to filter some notes. I have a filter like this that works:
['addressings_to', 'includes', {'type' : 'Group', 'id' : 527 }]
Need to change the filter around a bit to filter for "doesn't include". Everything I try just doesn't work:
['addressings_to', "doesn't include", {'type' : 'Group', 'id' : 527 }]
['addressings_to', "doesn\'t include", {'type' : 'Group', 'id' : 527 }]
['addressings_to', 'doesnt include', {'type' : 'Group', 'id' : 527 }]
['addressings_to', "does not include", {'type' : 'Group', 'id' : 527 }]
Please help.
-Romey