How to create a form or input field to embed into the Dataview query

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.

You could possibly use the meta bind plugin as input to define properties which are then read by your dataview query. You might need a trigger to execute the rebuild current view command too.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.