[tw5] Re: Simple, one-off number comparison

2021-03-18 Thread Antonis Lamnatos
That worked beautifully, thank you! I also liked the alternative, terser way of doing things. So, thank you for both bits. On Thursday, March 18, 2021 at 1:21:19 PM UTC+2 Eric Shulman wrote: > On Thursday, March 18, 2021 at 2:55:41 AM UTC-7 lamn...@gmail.com wrote: > >> <$set name="bookCount"

[tw5] Re: Simple, one-off number comparison

2021-03-18 Thread Eric Shulman
On Thursday, March 18, 2021 at 2:55:41 AM UTC-7 lamn...@gmail.com wrote: > <$set name="bookCount" filter="[author{!!title}count[]]"> > <$reveal type="eq" default=<> text=0> No books > <$reveal type="eq" default=<> text=1> <> book > > <$reveal type="gt" default=<> text=1> <> books > > > The