Hello everyone, I just can´t wrap my head around this one, now have been trying different things for a couple of hours :(
I have several tiddlers with the name scheme: *$:/weekplan-2020-11-48-23-Monday-1* * $:/weekplan-2020-11-48-23-Monday-2* * $:/weekplan-2020-11-48-23-Monday-3 * * $:/weekplan-2020-11-48-24-Wednesday-1 * * $:/weekplan-2020-11-48-24-Wednesday-2 * * $:/weekplan-2020-11-48-25-Thursday-1 * * $:/weekplan-2020-11-48-23-Thursday-2* *...* The numbers are: Year, Month, Week number, day of month, day of week, number counting I now want to show in a table all the tiddlers with year 2020, month 11, week 48 and the ones with the same day should be in one table row in different columns. I manage to filter all the tiddlers with the matching year, month and week by the *prefix/removeprefix* filter operator. Now I don´t get it how to group these tiddlers with the same day by removing the suffix number counting resulting in something like this: *23-Monday-1 23-Monday-2 23-Monday-3 * * 24-Wednesday-1 24-Wednesday-2 * * 25-Thursday-1 23-Thursday-2* Can I use the subfilter operator for that? Or is there a filter operator I am missing? Thank you! Christoph -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d549dd27-7412-45cf-9125-23b039a7a375n%40googlegroups.com.

