Forum Discussion
JonFroderberg
6 years agoQrew Cadet
We have a mixture of buttons. Most of them just go directly to the URL embedded in the button. There are a few that go to external web pages and a few that go to code pages within our Quick Base realm to do some more complex functions such as Workato. The example in my original post is just a direct URL.
I will experiment with the "ask the user" approach. Thanks for the suggestion! Our goal was to create a page of buttons embedded in a single formula rich text field that would all be filtered based on the page/table/record they were launched from. Simpler experience for the user! We are also experimenting to determine whether we can overcome the page coding limiting the report results.
------------------------------
Jon Froderberg
PRIME Developer
Harder Mechanical Contractors
https://www.harder.com
Portland, OR
503.382.4413
------------------------------
I will experiment with the "ask the user" approach. Thanks for the suggestion! Our goal was to create a page of buttons embedded in a single formula rich text field that would all be filtered based on the page/table/record they were launched from. Simpler experience for the user! We are also experimenting to determine whether we can overcome the page coding limiting the report results.
------------------------------
Jon Froderberg
PRIME Developer
Harder Mechanical Contractors
https://www.harder.com
Portland, OR
503.382.4413
------------------------------
MarkShnier__You
Qrew Legend
6 years agoIf you are making a button to launch off a record which inherently knows the answer to a question, it's very easy to create a simple URL formula button which runs the <ask the user> report and answers the question.
Urlroot() & "db/" & dbid() & "?a=q&qid=9&nv=1&v0=" & [branch]
This would be an ask the use Report which will run filtered in a branch value in the record.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------
Urlroot() & "db/" & dbid() & "?a=q&qid=9&nv=1&v0=" & [branch]
This would be an ask the use Report which will run filtered in a branch value in the record.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------