View Single Post
Old 11-06-2023, 11:31 AM   #969
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 11,778
Karma: 7029857
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by dunhill View Post
I have tried
{#goodreadstags:'switch_if($ = 'Read', '100')'}
Try this:
Code:
{#goodreadstags:'switch_if($ == 'Read', '100', '')'}
The comparison operator is ==, not =. The switch_if function requires a default that is used if there isn't a match. I added the empty string.
chaley is offline   Reply With Quote