View Single Post
Old 06-18-2012, 01:34 PM   #1
sifuhall
Junior Member
sifuhall began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jun 2012
Device: Kindle Fire
Help with Custom Column

I'm trying to create a custom column that contains the first (and only the first) entry in the tags field.

I've tried using this as the template:
Code:
{tags:subitems(0,1)}
But I get the full tag.

I also tried:
Code:
{list_item(tags, 0, ',') }
But that doesn't work either.

What am I doing wrong?
sifuhall is offline   Reply With Quote