Using doubled angle brackets (i.e., `<<rows>>`) within a filter is definitely not valid syntax, so the filter is most likely just evaluating to `[range[1]]`, which would produce just 1 row of table output (as you observed). What version of TiddlyWiki are you using? The `range[1],<var>` filter syntax was introduced in TW5.2.0. On Wednesday, March 30, 2022 at 8:17:25 AM UTC-7 [email protected] wrote:
> @Eric, > > I've modified <$list filter="[range[1],<rows> by <$list > filter="[range[1],<<rows>>, and the first row appears correctly with Tid_A > (tagged a) on the first column and Tid_B (tagged b) on the second column ! > But no more row for the moment... > > Le mercredi 30 mars 2022 à 17:08:11 UTC+2, [email protected] a écrit : > >> @Eric, >> >> Variables contents seams to be good: >> >> LIST A=TidA TidC >> LIST B=TidB TidD TidE >> ROWS=3 >> >> But the table still empty >> >> Le mercredi 30 mars 2022 à 16:58:15 UTC+2, Eric Shulman a écrit : >> >>> On Wednesday, March 30, 2022 at 7:44:07 AM UTC-7 [email protected] wrote: >>> >>>> Thanks also for your code and notes for my understanding! >>>> When I try it, I only see the table header "a | b" but no rows after >>>> that. >>>> Is there a way to debug what is in the "rows" variable ? >>>> >>> >>> Just before the `<table>` element, add: >>> ``` >>> LIST A=<<A>><br> >>> LIST B=<<B>><br> >>> ROWS=<<rows>><br> >>> ``` >>> >>> >>> -- 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/aad494ee-f19a-4b11-92d2-2aba59f7160fn%40googlegroups.com.

