View Single Post
Old 07-24-2014, 04:22 PM   #2
BookJunkieLI
Evangelist
BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.BookJunkieLI ought to be getting tired of karma fortunes by now.
 
BookJunkieLI's Avatar
 
Posts: 435
Karma: 572984
Join Date: Jan 2010
Location: Long Island
Device: Kobo Libra 2, Kindle 4, Nook Gl4, Nook STR, REB 1100, Ebookwise 1500,
I can't get into calibre at the moment to check for sure but I'm fairly certain the answer is yes.

You would create a custom column using the 'Column built from other columns' type and then either the 'contains' or the 'test' function.

It would look something along the lines of:

Code:
{column:test(Link,No Link)}
or
Code:
{column:contains(value,Link,No Link)}
Change the bold text for the appropriate column/values. I suspect the 'test' function is what you want as it's a true/false value while 'contains' expects to match a certain pattern. You can read more about them here:
http://manual.calibre-ebook.com/temp...l#if-then-else

http://manual.calibre-ebook.com/temp...-function-mode
BookJunkieLI is offline   Reply With Quote