View Single Post
Old 02-19-2026, 06:09 PM   #1
PMM
Junior Member
PMM began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Feb 2026
Device: Kindle Paperwhite 11th Gen Signature Edition
Custom field and two conditions

Hi,

I'm trying to create a custom column that checks the field "language" for the string "eng", then uses the series name. However, if series_index is 0 or lower, it should not show the index number—only the series name.

I came up with something like this. Can you help me?

Quote:
{languages:'in_list($, ",", "eng", "{series:|(|. }{series_index:|Book |)}", "")'}
Quote:
{languages:'in_list($, ",", "eng", "({series:|(|. })","")'}
{series_index:'in_list($, ",", "0.", "{series_index:|Book |)}","")'}
{series_index:'in_list($, ",", "0", "","{series_index:|Book |)}")'}
PMM is offline   Reply With Quote