Forum Discussion
- QuickBaseCoachDQrew Captainnp
just run the report and copy the URL onto your clipboard.
Then make a URL formula field and set it to open in a new Window (there is a checkbox in field properties for that)
put it in quotes
"https://mycompany.quickbase.com/db/xxxxxxx?a=q&qid=1 - QuickBaseCoachDQrew CaptainActually, 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#.