Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
Arshad,
If you are looking to launch a report, the. Build your perfect report and have an question for the missing information. Then build the link below and it will launch a report and answer its own question using data from the record that you are launching from.
Suppose your perfect report is qid=99
Urlroot() & "db/" & [_DBID_TABLE NAMEGOESHERE] & "?a=q&qid=99&nv=1&v0=" & [Location No]
If you are looking to launch a report, the. Build your perfect report and have an question for the missing information. Then build the link below and it will launch a report and answer its own question using data from the record that you are launching from.
Suppose your perfect report is qid=99
Urlroot() & "db/" & [_DBID_TABLE NAMEGOESHERE] & "?a=q&qid=99&nv=1&v0=" & [Location No]