I’m having a bit of TW writers block today so thought I’d ask for some help.
I have a TW where I’m keeping an inventory of my trade card collection. The collection consists of a number of sets with each set having a varying number of cards in it. The set is represented by a tiddler and one of its fields entitled issued represents the number of cards that were issued in that set. Each card is represented by a tiddler tagged with the set tiddler. These card tiddlers are titled starting with a number followed by the name of the card (e.g. 1 - Bluebird, 2 - Woodpecker, etc.). The card tiddler only exists if I own that card. For example, if I have a set of 20 and I own all 20, then there would be 20 tiddlers. Otherwise, there would be only the number of tiddlers of the cards I owned.
I want to write a filter such that it would list the number of the cards that are missing. For example, if I have a set of 20 and I’m missing 11-14, the result of the filter would be 11, 12, 13, 14. I’m fairly convinced that this can be done, but I’m having trouble figuring out where to start.
Does anyone have any suggestions? Thanks in advance!