Hi Endeca users,
I can't find an example of testing for the existence of an Advanced Rule property in a conditional component of Nmrf.
Sorry if I don't use the correct jargon, I don't normally work closely with Endeca.
I want something like this, but I know it doesn't work.
AND(endeca.internal.workflow.state:ACTIVE,OR(testgroup:a,NOT(EXISTS(testgroup))))
That is to say :-
* A rule should fire if it is Active and the Advanced Rule property "testgroup" equals "a".
* A rule should fire if it is Active and it doesn't have the Advanced Rule property called "testgroup" or it is empty.
* A rule should not fire if it is not Active.
* A rule should not fire if it is Active but the Advanced Rule property "testgroup" does not equal "a".
Can someone please give me an example that works.
Gordon