I came up with an idea, working on more spring cleaning of my database, to find items that weren't shown in any grids (other than journal, etc).
I made up a "no_grid" grid, and dragged all the (sources) yes/no fields for the grids to it. I had 35 or so, removed a couple that I knew only had a few items in them, and spaced the columns to get everything to fit on one screen. I'm now going down item by item, and can quickly see which items don't have anything checked.
I'll go back, and use the same technique to work on grid re-assignments. (EDIT this is more cumbersome than using a custom form, if the number of fields showing is great)
For me, this is easier than using the properties pane, and using the shown in grids info, since that area hops around, depending on the number of entries in the filled fields above.
Does anyone have an alternate/better technique?
-----------------------------------------------------
EDIT per the comments, I now use all 3 techniques:
1)
- BinaryFields is null, or
- BinaryFields is null and nbparents=0 to get the count.
2) My method above to visually see the culprits
3) A homemade assign_to_grids form to assign the items a home
Comments