V
Vielka
I have two SharePoint list:
List A: list of events
List B: list of postmortems associated to events
Both lists have an event_id column, and every event may have an associated
postmortem.
I want a form with a drop down box that shows the list of events from "List
A" that don't have a postmortem associated in "List B", using the event_id
field.
I though the query should be something like:
not(@ID =
preceding::xdXDocument:GetDOM("Postmortems")/dfs:myFields/dfs:dataFields/dfs
ostmortems/@event_id)
But infopath doesn't allow it.
How can I filter something like that?
List A: list of events
List B: list of postmortems associated to events
Both lists have an event_id column, and every event may have an associated
postmortem.
I want a form with a drop down box that shows the list of events from "List
A" that don't have a postmortem associated in "List B", using the event_id
field.
I though the query should be something like:
not(@ID =
preceding::xdXDocument:GetDOM("Postmortems")/dfs:myFields/dfs:dataFields/dfs
But infopath doesn't allow it.
How can I filter something like that?