Just change this

filter='[tag[person]sort[team]]'>

To this

filter='[tag[person]team[android]sort[team]]'>



On Mon, Sep 9, 2019, 7:02 AM Christian Macedo, <christianmac...@gmail.com>
wrote:

> I've got a set of data tiddlers each of which are structured as below
>
> name:James Brown
> team:Android
> location:Norway
> ...
>
> And a list filter that looks like this.
>
> <table>
>   <th>NAME</th>
>   <th>TEAM</th>
>   <th>LOCATION</th>
>   <$list filter='[tag[person]sort[team]]'>
>     <tr>
>       <td><$link to=<<currentTiddler>>><$view index='name'/></$link></td>
>       <td>{{##team}}</td>
>       <td>{{##location}}</td>
>     </tr>
>   </$list>
> </table>
>
> A table is produced with all the tiddlers that match the filter criteria.
> What I would like to do however is to modify the filter such that it shows
> a table row for for each tiddler whose *team *field is 'Android'.
>
> btw, data tiddlers are my new favourite thing. Congrats to the whole team.
> Again!
>
> --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/fcc58c9f-d71d-4e01-8351-4f11a5802394%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/fcc58c9f-d71d-4e01-8351-4f11a5802394%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJu7H0a7iQWKfsr3SqDG%3DnV%3D7Vj5K2s6ZCJkoPNarZv834NmAw%40mail.gmail.com.

Reply via email to