Is there any way we can add the search button that requires a result from couple of dropdown… if yes can anyone help me with this?

Hey @Sri, not sure what you mean by “search button”. Do you mean query execution?
Please describe your need in more detail.

Hi @ranbena, thanks for reverting back.
Below is the scenario.

Dropdown1 - Name
Dropdown 2 - Address
Dropdown 3 - Moved date

After a selection of each dropdown, can i add a search query that displays the results on dashboard.

Ex : Select * from table where Name = “Sam” and Address = “xyz”;

Dadhboard result for example

       Name         Address      Moved date
        Sam              xyz             Date1

Perhaps this planned feature could meet your needs?

It sounds like what you’re looking for is Query Parameters.

1 Like

Ideally, you want the dropdown lists to update after each successive execution. Much like how Query Filters work, but backed by a query instead of loading all that data into the front end.

1 Like

Correct, that’s exactly what i am looking for.

1 Like