Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
Actually, I reread your question and I answered it too quickly thinking the other tablecwas in a different app.
A better answer is this
Formula url field
URLRoot() & "db/" & [_DBID_MY TABLE NAME] & "?a=q&qid=99"
Lookup the table name from the Advanced properties of the table with the report and 99 needs to be replaced by the report ID#.
A better answer is this
Formula url field
URLRoot() & "db/" & [_DBID_MY TABLE NAME] & "?a=q&qid=99"
Lookup the table name from the Advanced properties of the table with the report and 99 needs to be replaced by the report ID#.