Quote:
Originally Posted by chicleeblair
Hi,
2. Similar to the above, if I have books that have hierarchal tags like "Young Adult: Contemporary” and “Young Adult: Sci-Fi” can I limit the composite column to only show “Young Adult?”
|
If you are really using a colon as your hierarchical separator then life is more difficult. These tags aren't hierarchical in calibre. You must break them apart yourself using re() etc.
See this tutorial for how calibre supports hierarchical tags.
If instead you are using a period as the hierarchical separator then
see the subitems() function.