Yes I did! Woops.
That was helpful, thank you very much. Now I have this:
http://mjp-tw5-test.tiddlyspot.com/#BMIS_Recording
<table>
<tr><td></td><td>XX</td><td>X</td><td>V</td><td>VV</td><td>val</td></tr>
<$list
filter="[!has[draft.of]prefix[BMIS]!title[BMIS_Scale]!tag[BMIS_Scale]sort[title]]"
variable="item">
<tr>
<td><$link to=<<item>>><<item>></$link></td>
<$list filter="[[BMIS_XX]] [[BMIS_X]] [[BMIS_V]] [[BMIS_VV]]">
<td><$radio field=<<item>> value={{!!title}}></$radio></td>
</$list>
<td><<item>> = <$view field=<<item>> /></td>
</tr>
</$list>
</table>
This is closer, but there are still some issues.
1. I can select more than one of the values for each row. The radio buttons
should mean that only one is selected.
2. The extra column at the end should now display the value of the field
being set. It's not showing anything.
The idea with this is to include it in a journal skeleton, then each
journal created from that skeleton will have this table in it, and then the
fields can be set. Then that journal entry will have the 16 fields, each
with one of 4 values.
On Tuesday, March 15, 2016 at 3:29:16 PM UTC+4, Mat wrote:
>
> Something like this should work. Note that you had the level of the final
> closing list and closing table tags juxtaposed.
>
> <table>
> <$list filter="[[aa]] [[bb]] [[cc]]" variable="item">
> <tr>
> <td><$view field="title"/></td>
> <$list filter="[[dd]] [[ee]] [[ff]]">
> <td><$radio field=<<item>> value={{!!title}}></$radio></td>
> </$list>
> </tr>
> </$list>
> </table>
>
>
--
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/5a2a5ea0-381f-4787-b765-d98cda2e7a67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.