On Thursday, January 9, 2020 at 9:29:42 PM UTC-8, Mohammad wrote:
>
> This may be redundant question but I have not found anything in the forum
>
>
>    - Consider you have several tiddlers all tagged with myTag
>    - These tiddlers have different fields like fa, fb, fc, fd, etc...
>    - Not all of them have all above fields But all of them have common 
>    fields means all have for example fb, and fd
>
> Question
>
>    - How one can list and display the common fields only? (here fb, and 
>    fd)
>
> Try this:
<$vars tiddlerCount={{{ [tag[myTag]count[]] }}}>
<$list filter="[tag[myTag]fields[]]" variable="thisField">
   <$vars fieldCount={{{ [tag[myTag]has:field<thisField>count[]] }}}>
   <$reveal default=<<fieldCount>> type="match" text=<<tiddlerCount>>>
      <<thisField>>
   </$reveal>
   </$vars>
</$list>
</$vars>

let me know how it goes,
-e

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/07b13b78-8f04-4430-9beb-4e62a83b8dad%40googlegroups.com.

Reply via email to