Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
I wasn't reading that correctly. But you can emulate the same URL QuickBase uses for the report link by writing the query yourself and adding the disprec parameter:
This will redirect to a URL with a temporary query id like this:
"<a class='Vibrant Success' href='https://haversineconsulting.quickbase.com/db/bnfx9yayg?a=s&query={7.TV."; & [Record ID#] & "}&opts=disprec'>Report Link</a>"For [Recod ID#]=1 the query is this:
https://haversineconsulting.quickbase.com/db/bnfx9yaygYour guess is as good as mine but I think the action a=s mean show (conceptually similar to view but different for some reason).
?a=s
&query={7.TV.1}
&opts=disprec
This will redirect to a URL with a temporary query id like this:
https://haversineconsulting.quickbase.com/db/bnfx9yayg
?a=q
&qid=-1000001