I have a page which lists all keyboards that I’m intrestedI Each keyboard is a block with various properties like (backlit, type, rating, url, price etc…)
the backlit property is a boolean - Yes/No
the type property is a single select - Bluetooth, Wired
Now, I want to query all the keyboards and list them in a table with their properties. But I want to combine backlit
& type
into a single column. Is this possible?
The query i’m currently using is below, which simply lists all column individually.
- {{query (and "⌨️" [[Electronics/Keyboards]])}}
query-table:: true
query-properties:: [:page :purchased-on :.image :type :url :backlit :price :rating]