For my mechanical engineering application I have one tiddler /
material.

Mechanical properties are displayed in a table like this :
        Supplier        Trade Name      Family  E       Sy      G       v       
Perf
        EMS-Grivory     Grivory GV-5H   Pa6/66 GF50     17000   200 ?

I wish I could concatenate rows from various tiddlers in a single
tiddler with ForEachTiddlerPlugin
        Supplier        Trade Name      Family  E       Sy      G       v       
Perf
        EMS-Grivory     Grivory GV-5H   Pa6/66 GF50     17000   200 ?
        BASF    Capron GR30 HS  Pa6 GF30        9650    170?

I have tried
1:
        <part Material>|Supplier|Trade Name|Family|E|Sy|G|v|Perf|</part>
        into
        <<tiddler Grivory_GV-5H/Material>>
        <<tiddler Capron_GR30_HS/Material>>
        but rows dont want to belong to the same table
2:
        <part Material>Supplier|Trade Name|Family|E|Sy|G|v|Perf</part>
        into
        |<<tiddler Grivory_GV-5H/Material>>|
        |<<tiddler Capron_GR30_HS/Material>>|
        but collumns are not understood

Any idea ?

--

You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.


Reply via email to