I’m trying to get a relatively simple filter with a metabind-input to work in dataview:
INPUT[number:itemprice]
table without id
file.link as "Item", itemraritytype as "Typ", itemprice as "Preis", itemmerchant as "Händler"
from "Items"
where itemprice=this.itemprice
But somehow that filter gets no results. The problem seems to be the “where itemprice =…”, cause if i use “where itemprice=200” everything works just fine.