Is it possible to run query builder against a view?
I can design SQL files with graphical query builder.
Can I do the same with views (which are just stored queries on server side)?
Is it possible to run query builder against a view?
Re: Is it possible to run query builder against a view?
You can design queries with views on the Query Builder diagram as well as with tables.
Re: Is it possible to run query builder against a view?
How? I don't see a way.
Here is an example of a view, opened in sample database. Only textual representation visible:

Where is the button to call builder?
Here is an example of the same query, opened from SQL file. You can see explicit builder button:

Here is an example of a view, opened in sample database. Only textual representation visible:

Where is the button to call builder?
Here is an example of the same query, opened from SQL file. You can see explicit builder button:

Re: Is it possible to run query builder against a view?
Please right-click in the editor and select 'Design SQL...' in the popup menu.
Re: Is it possible to run query builder against a view?
Ah, that worked, thanks!
Re: Is it possible to run query builder against a view?
Please let us know if any questions arise.