Forum Discussion
DonLarson
3 months agoQrew Elite
Here is a formula I use all the time
// Report Link
var text Report = URLRoot() & "db/" & [_DBID_Target_Table] & "?a=q&qid=XX&nv=1&v0=";
Set the DBID for your application
Change XX to the correct report in your Target Table
This assumes that you are passing a one value to the query. Delete if not appropriate.
Then put the $Report variable in place of your HREF in the HTML table that you built