Quote:
Originally Posted by LibBikher
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)}