Hi,
I've tried this direction but block ...
Here is where I am
I want to perform a list on either the Category of the free text
WHen I run the bolow code, even if I click on the different radio button
the <<myFilter>> does not change ...
Any help ...
Regards
<$radio field="searchType" value="Categ">Category</$radio>
<$radio field="searchType" value="FreeT">Free Text</$radio>
<$select field="sortfield">
<option value="Standard-jazz">Standards Jazz</option>
<option value="Celtic">Celtic</option>
<option value="Chansons-Fr">Chansons Francais</option>
<option value="autres">Autres</option>
<option value="All">All</option>
</$select>
<$set name="myFilter" filter="[searchType[Categ]]"
value="[search:tags{!!sortfield}sort[tags]]"
emptyValue="[search:title{!!searchval}reverse[]]">
<$text text=<<myFilter>>/>
</$set>
Le mardi 9 juillet 2019 09:42:44 UTC+2, TonyM a écrit :
>
>
> Vincent,
>
> See The https://tiddlywiki.com/#subfilter%20Operator and note how
> myFilter is defined in the set widget. Others include a filter from a
> tiddler
> filter="{tiddlerwithfilter}" or the whoile filter
> filter={{tiddlerwithfilter}}
>
> However you could use the select widget and one of those options is your
> tiddler="StdSearchInput" field="searchval" or {{StdSearchInput!!searchval}}
>
> The select will modify its state tiddler/field lets say select-state
>
> <$list filter="{select-state}">....
>
> More details on request.
>
> Regards
> Tony
>
>
> On Tuesday, July 9, 2019 at 5:27:45 PM UTC+10, vpl wrote:
>>
>> Hi,
>>
>> I would like to define a filter for listing values in a table which would
>> be based on radio button value
>> I explain
>> I want to have 2 mode of selecting the filter criteria:
>> - Either a $select which provides a list of preconfigured categories
>> or
>> - <$edit-text tiddler="StdSearchInput" field="searchval"/> which
>> allows entering a free text
>> then I would like to set a radio button to choose between these 2 options
>>
>> My problem is that I don't know howw to position conditional filtering
>> (based on the radio value) into the tiddlywiki filter expression ..
>>
>> Any idea where I should start from ?
>>
>> VIncent
>>
>
--
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/a3a008f8-00ec-4993-ae7a-ec21d960d646%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.