View Single Post
Old 07-15-2011, 12:41 PM   #1105
raviendha
Junior Member
raviendha began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jun 2010
Device: Kindle or Nook?
Quote:
Originally Posted by Vaesse View Post
Not sure if this is what you're looking for, but this is something I did to choose between series and author sort. I created a custom column that contains the following:

{series:'ifempty($, field("author_sort"))'}

It's possible it will work for you to substitute tags for author_sort. Then create collections based on the new column instead of tags and series. This does the "and" into an "or" part.

As for the dependant title (changing depending on a particular field), that's beyond me and may be impossible.
I wasn't able to get this to work. Here's what I tried:

{series:'ifempty($, field("tags"))'}

Then I created a new column (collections) which I populated with the series name:

{collection:'ifempty($, field("tags"))'}

Then I created a new column called genre which I populated with the tags:

{collection:'ifempty($, field("genre"))'}

I could not get any of the above to work.

Any other suggestions I can try?

Thanks!
raviendha is offline