Great :-)
Thanks a lot...
Now I eventually have solved my problem getting columncalc to work
inside a fetproduced table (even if it's "jumpng up and down" it's
still counting from the footer position):
<<forEachTiddler where 'tiddler.tags.contains("someTag")'
write '"|[["+tiddler.title + "]]|"+tiddler.fields["total"]+"|\n"'
begin '"|sortable|k\n|!Tiddler|!Date Modified|h\n"'
end '"|This table has "+count+" rows|<<columncalc sum 1 -1\>\>|\n"'
>>
Regards Måns Mårtensson
On 11 Mar., 22:52, cmari <[email protected]> wrote:
> Sure!
>
> For example:
> write '"|"+tiddler.title + "|"+tiddler.modified.formatString("DD MMM
> YYYY")+"|\n"'
> begin '"|sortable|k\n|!Tiddler|!Date Modified|h\n"'
> end '"This table has "+count+" rows\n"'
> cmari
>
>
>
> > Could I do it with a sortable table as well?
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.