Apply current grid filters to the query
You can change the filter and modify sort order. Would be nice if there was an option to flush these settings into a below query. For example, you have "SELECT * FROM table1", execute that, pick to sort by column1, column2, and also where column3 = "AAA", then you use that option - and get "SELECT * FROM table1 WHERE column3 = "AAA" ORDER BY column1, column2".
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your patience!
Just want to inform you that you have the option to quickly reset all filters at once or individually.
So we would like to suggest updating to the latest version and check there.
Best,
Devart Support Team
-
Neolisk commented
Could be separate buttons, like "Append to WHERE condition", "Append to ORDER BY".