Forum Discussion
QuickBaseCoachD
9 years agoQrew Captain
I think that I understand what you want.
Make your perfect target report and include a filter with an <ask the user> for the filter for the records that you want on the report. I can't quite tell what that is, but likely it's whatever the Parent record ID# is.
Then make a formual URL field like this
URLRoot() & "db/" & [_DBID_Child Table Name] & "?a=q&qid=XX&nv=1&v0=" & [Record ID#]
where XX is your report ID.
That should work. I think that you did everything correct except that you did not first build an <ask the user> report.
Make your perfect target report and include a filter with an <ask the user> for the filter for the records that you want on the report. I can't quite tell what that is, but likely it's whatever the Parent record ID# is.
Then make a formual URL field like this
URLRoot() & "db/" & [_DBID_Child Table Name] & "?a=q&qid=XX&nv=1&v0=" & [Record ID#]
where XX is your report ID.
That should work. I think that you did everything correct except that you did not first build an <ask the user> report.