Is there any way to categorise/indicate items that belong to the Inbox and to no other grid? Inbox = Yes and count of yes/no fields = 1, kind of thing? Thinking of a way to tidy it up. I use the Inbox as a first port of call and when I can't think of anywhere else to put something and it can get somewhat cluttered. It would be good to separate out all the ones that already belong to some other grid, from the ones that have no other home. Knowing then that the first lot I can safely clear from the Inbox, the second lot I need to go through to find them some other grid(s) they can belong to.
I can do this going through them one by one and checking the "shown in n grids" box, but it would be handy if there was a way of showing that status in the grid, or via a filter.
DavidF.
Comments
<source>SELECT ItemID, Count(ID) AS ItemYNCount FROM ¯fYesNo GROUP BY ItemID;</source>