Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
are you asking how to make a URL formula button that will run a report and answer an <ask the user> question automatically based on where you launched from?
QuickBaseCoachD
7 years agoQrew Captain
Make a new <ask the user> report
run the report and answer the question.
Observe the URL.
now make a formula URL button on the launch table records on the dashboard to match that.
URLRoot() & "db/" & [_DBID_table name from Advanced properties] & "?a=q&qid=xx&nv=1&v0=" & URLEncode(the field that has the answer to the question form the record you are launching from)
run the report and answer the question.
Observe the URL.
now make a formula URL button on the launch table records on the dashboard to match that.
URLRoot() & "db/" & [_DBID_table name from Advanced properties] & "?a=q&qid=xx&nv=1&v0=" & URLEncode(the field that has the answer to the question form the record you are launching from)