View Single Post
Old 05-16-2020, 05:21 AM   #858
davidfor
Grand Sorcerer
davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.davidfor ought to be getting tired of karma fortunes by now.
 
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
Quote:
Originally Posted by LibBikher View Post
I have been fighting with this all afternoon. I figured out the file name issue but i cant make the custom column work.

Lookup Name: results
Column Heading: Results
Column Type: Column built from other columns
Template: {results: strcmp(#asin, #file, yes, no, na)}

But it doesn't work. What am I doing wrong?
The template can't reference the column it is for. Try:

Code:
{#asin:strcmp(#file, yes, no, na)}
davidfor is offline   Reply With Quote