What I’m trying to do
I want to create a form that allow a few fields input for the Dataview to generate the query.
For instance to generate the below query based on the two input fields .
list from "Folder name field"
where file.name != "Filename fiels"
Things I have tried
I try to use The Modal Form with Dataview but still not successfully. Might be due to wrong DataviewJS syntax.