hallo Hubert
i use a template-tiddler.
{{||Körpertyp-Radiobutton}}
ithis i do if the radiobutton no works as Macro
Now i must have that fProblem that all definitions must be for the currenttiddler.
And the date that you see in the format YYYY-MM-DD i must have in the format DD.MM.YYYY
i cant also set the date in the list-filter-definition.
The best way to filter ist the substring-filter of EXCEL substr(fieldname, startcharacternumber, numbers of characters)
at excemple
Text before split: Das ist ein Text
substr(<currentTiddler>, 1, 7>
Text when split done: Das ist
what now?