What I like to have now, is a filter for the tags though. I would like to have just a selection of tags in both dropdown menues.
As I read it the final list shows all tiddlers according to your selection. And it depends on the two tags you select.
Is the count and resulting list what you expect?
What additional filtering do you want?
Additional filter opperators can be set in the tag selection or in the final listing. If you are not yet understanding how to use filters you will need to give a little more info.
How would you like the result to be different?
Regards
Tony
What time zone are you in wheree are you?
I should be in bed
Its after midnight here in sydney.
Regards
Tony
<$select tiddler="$:/temp/tag1">
<$list filter="[prefix[$:/tags]sort[]]">
<option value=<<currentTiddler>>><<currentTiddler>></option>
</$list>
</$select>
<$select tiddler="$:/temp/tag3">
<$list filter="[tag[$:/tags/ViewTemplate]sort[]]">
<option value=<<currentTiddler>>><<currentTiddler>></option>
</$list>
</$select>