26 Aug 2021
03:27 PM
- last edited on
08 Sep 2021
08:35 AM
by
MaciejNeumann
I am trying to get errors at the method level, for a given application. I am using parents and names to have these values show up in the map. Based on documentation i should be able to use a filter with an IN clause to then point back to an entity selector. I have tried many times to get this to work and i keep getting syntax errors for escaping quotes. There is not a true example of using the IN clause in the documentation i can find.
This is the closest i can get
builtin:apps.web.action.percentageOfUserActionsAffectedByErrors:parents:names:filter(in("dt.entity.application_method",entitySelector(entityId(~"APPLICATION_METHOD-89D030276ECF4844~"))))
I tried to keep it simple and use the method id just to see if i can get it to work. This is the message i get
Solved! Go to Solution.
I solved it.... once i encoded the spaces and quotes it works
builtin:apps.web.action.percentageOfUserActionsAffectedByErrors:parents:names:filter(and(in(%22dt.entity.application%22,entitySelector(%22type(application),entityName(~%22hmig%20opus%20spec%20exp%20rating~%22)%22))))