Hey guys,
I need to retrieve all keywords with a non-null tracking template (because I need to clear them out). However, so far I am having a little difficulty discovering the right selector syntax. I tried not equals an empty string - but the returned keywords include those with a null template. I then tried "Not equals null", but that isn't a valid selector (an attempt with that throws SelectorError.MISSING_PREDICATE_VALUES ).
What is the trick to this that I'm missing?
Thanks a bunch -
mm