Folks,
I have a constructed attribute that is the filter i want - in the form (FieldA = 'x' AND FIELDB > y AND FIELDC between a and b) etc. I want to to return the value where this filter is both TRUE and also get where NOT TRUE.
I can see i could do this via writing an inline Querier - but this means i need to update the Filter to its inverse to handle the NOT TRUE part.
Is there any way i can hand an attribute to a tester or TestFilter as the argument - so i can get both sets?
I know i could rebuild the logic of the Filter WITHIN a testfilter- but i already have the filter built and its quite complicated logic. Better if i could just run that prebuilt logic in a TestFilter.