Loading...

RE: Search for a missing descendant

RE: Search for a missing descendant

#5009
Anonymous
Anonymous
Participant

Hi ,

  You want to use a qListView that would display the Events that have no Locations right?

What you could try is to create a helper list and have it populated with the orphan items by an external application (C#, PowerShell) that finds those Events with no location . Then use the qListView to display this helper list.

What do you think?