|
Thank you.
I had just found a working solution.
I've slightly changed it as I've changed the original metadata.
template:
program:
test(list_intersection('Extra', field('#type'), ','), 'Ebook', field('#type'))
With this my costum column #sorttype does this:
if column #type has the value "Extra", show "Ebook"
if not show the value in column #type
|