Hi @junket1234
Thank you for reaching out.
The Query Builder does not have any shortcodes. You can make a database view for your query and use your view in the App Builder. Similar to database tables, database views can be used with the App Builder.
TIP Be sure to enter CREATE OR REPLACE VIEW in the Query Builder rather than CREATE VIEW. As a result, you can save your query and run it as often as you like.
The MySQL documentation for views is available here:
https://dev.mysql.com/doc/refman/8.4/en/create-view.html
Hope this helps,
Peter
Thanks for the reply!
OK, interesting — I had that idea, actually, and created a db view with the query … but I assumed that since the App Builder wizard only showed “tables” as an option, my new view wasn’t there. It was.
That works.
-
This reply was modified 8 months, 2 weeks ago by
junket1234.
OK, I see how such a prompt can be misleading. We’ll fix that with the next update.
Thank you for reporting back! 🙏