Have you tried?
X.ELog_History/X.ELog = empty
Hi Erwin Filtz,
Kindly go through this module, you can get an idea of using Not() function.
Please check that the association Elog_History is indeed set and committed. The xpath constraint
[not(X.ELog_History/X.ELog)]
is correct and will show all Entity records where this association is not set. If all Entity records are returned, then I suspect that you did not yet set the association explicitly.
Hi Erwin Filtz,
You can Retrieve a list from the Entity list (Retrieve all ) and then retrieve another list that contains the association ELog_History after that use the list operation activity (Subtract ),
In the End you will get a list of Entity that do NOT have an ELog_History association