Re: [tw5] Dynamic tables with dynamic filters (Jed Carty)

2021-04-16 Thread J Z
gt;>>> dose2 drug3 dose3""" true>> >>>>>>>> >>>>>>>> Using title as variable: >>>>>>>> >>>>>>>> The following fail: >>>>>>>> >>>>&

Re: [tw5] Dynamic tables with dynamic filters (Jed Carty)

2021-04-16 Thread J Z
quot;duration drug1 >>>>> dose1 drug2 dose2 drug3 dose3""" true>> >>>>> <>[Improved]] """duration drug1 dose1 >>>>> drug2 dose2 drug3 dose3""" true>> >>>>> >>>>&

Re: [tw5] Dynamic tables with dynamic filters (Jed Carty)

2021-04-15 Thread J Z
ose1 >>> drug2 dose2 drug3 dose3""" true>> >>> >>> Math symbols >>> <>+'[Improved]']""" """duration drug1 >>> dose1 drug2 dose2 drug3 dose3""" true>> >>> <>+[Improved]]&qu

Re: [tw5] Dynamic tables with dynamic filters (Jed Carty)

2021-04-15 Thread J Z
e3""" true>> <>+[Improved]]""" """duration drug1 dose1 drug2 dose2 drug3 dose3""" true>> Setting variables: <$set name=symptom value=<>> <> <> (this works so far) Then these fail: <&

[tw5] Dynamic tables with dynamic filters (Jed Carty)

2021-04-06 Thread J Z
I'm trying to create a database of drug trials that have helped with various different symptoms. I want to display these as dynamic tables (using Jed Carty's at the moment). I want to be able to click on a particular symptom and see the trials that have been helpful, not helpful, and harmful

Re: [tw5] Re: Filtering by field within Dynamic Tables by Jed Carty

2021-04-03 Thread J Z
Many thanks Birthe. That worked! One issue: the hyperlinks created in the table (first column) do not work. They work when using ColumnTable but not RowTable. Is this a known glitch? Virus-free.

[tw5] Filtering by field within Dynamic Tables by Jed Carty

2021-04-01 Thread J Z
I'm using the 'Dynamic Tables' macros by Jed Carty: https://github.com/OokTech/TW5-DynamicTables I'm trying to create a table that filters tiddlys based on the presence and value of a custom field and then lists the titles of the filtered tiddlys with some additional fields and their values.