RubyKapil2
7 years agoQrew Captain
Formula URL button on record form to return to Report ID from which the form was launched
I have a Map report with User Select field called Street Name. When user edits/views a pin/record on the Map Report, they are taken to a record form. In Qbase, the Save and Close button on the form will return the user to the Map Report maintaining the User Selected Street Name. However, View requires user to hit back button on browser; with Cancel button user remains on the form.
URLRoot() & "db/" & "bnz4q7c3f" & "?a=q&qid=433&nv=1&v0=" & [Street Name]
I'm using the above formula and all is well except I would like to be able to have the 433 (the report id) reflect not a specific report but any report from which this record form is launched. I have several users using same form from different Map Reports.
Is there a way to capture the qid versus hardcode a qid (433) in there?
Thanks.
URLRoot() & "db/" & "bnz4q7c3f" & "?a=q&qid=433&nv=1&v0=" & [Street Name]
I'm using the above formula and all is well except I would like to be able to have the 433 (the report id) reflect not a specific report but any report from which this record form is launched. I have several users using same form from different Map Reports.
Is there a way to capture the qid versus hardcode a qid (433) in there?
Thanks.