Forum Discussion
MarkShnier__You
Qrew Legend
6 years agonp
just make a formula Rich Text field as a Hyperlink to the Add Record form.
var text Words = "Add " & [Request Type];
var text URL = [URL formula field to add record];
// this last part is always the same
"<a href=" & $URL & ">" & $Words & "</a>"
Then on your summary report, have that as the first Group by
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
just make a formula Rich Text field as a Hyperlink to the Add Record form.
var text Words = "Add " & [Request Type];
var text URL = [URL formula field to add record];
// this last part is always the same
"<a href=" & $URL & ">" & $Words & "</a>"
Then on your summary report, have that as the first Group by
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------