Hey, All :)
 
Is it possible to return a specific value depending on the tags attached to 
tiddlers?
 
I'd like the value "Tam" to show up in a table if the tag is "T", "Kaye" if 
it's "K" and "Jason" if it's "J".
 
At the moment, I have this:
 
<table>
<th>Assigned</th><th>Task</th><th>Status</th>
<$list filter="[tag[J]]">
<tr><td></td><td><<currentTiddler>></td><td></td></tr>
</$list>
<$list filter="[tag[K]]">
<tr><td></td><td><<currentTiddler>></td><td></td></tr>
</$list>
</table>

I'd like the first column of the table to pull through Tam, Jason or Kaye 
but I have no idea as to where to start...?
 
 
Thanks for any pointers,
-S

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5caf8944-9236-46ac-914c-8410f7750323%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to