Ok, so I am doing something wrong as far as linking the summary report to the <ask the user> report. When I click on the "Flyer Request Form" link in the summary report I am still getting the default fields for the Drilldown report. Here is what I have.
I have an <ask the user> report called "Flyer Request Form". If you simply click on the report link on the left you get the report and are asked "Show entry records where Survey_Name is equal to:
I have a field called "Summary_Report_Links" that is a Formula-Rich Text field with the following code: (190 is the correct report qid)
var Text FlyerURL = URLRoot() & "db/" & Dbid() & "?a=q&qid=190&v0=" & [Survey_Name];
var Text ProjectURL = URLRoot() & "db/" & Dbid() & "?a=q&qid=98&v0=" & [Survey_Name];
var Text RepURL = URLRoot() & "db/" & Dbid() & "?a=q&qid=99&v0=" & [Survey_Name];
var text URL = If(
Begins([Survey_Name], "Flyer"), $FlyerURL,
Begins([Survey_Name], "Project"), $ProjectURL,
Begins([Survey_Name], "Rep"), $RepURL);
var text Words = [Survey_Name];
"<a href=" & $URL & ">" & $Words & "</a>"
I think I am missing a step in connecting something.
Thanks again for the help on this.
Brian
------------------------------
Brian Dunk
------------------------------