Quote:
Originally Posted by stevehaley
On a second issue is there anyway to evaluate the formats and put a Y in a column if the book has a MOBI format?
suspect it is {formats:switch(.......)}
but not clever enough to get it working...
thks
stephen
|
Hi stevehaley
In the absolutely first post in this thread, with the heading
"Common composite custom columns"
There's an example of a custom column set to Yes if ebook format is like "*EPUB*".
Display Yes if the book has an EPUB format. Template:{formats:contains(EPUB, Yes,)}
So what you're looking for might be something like this:
Code:
{formats:contains(MOBI, Y,)}
Did this help ?
BTW: Been here for approx. 6 months, so I also have to get used to the new layout, but it actually helps finding things faster.