Forum Discussion
Laura_Thacker
9 years agoQrew Commander
I did a quick test and built a formula-URL button with this format and it launches my pre-built report with custom-report-column properties set.
URLRoot() & "db/" & Dbid() & "?a=q&qid=6&dlta=mog~&ridlist=61893&qskip=0&navBack=true"
which generated my report looking like this. The age formula column has a space between the field name and the __________, hence the splitting
URLRoot() & "db/" & Dbid() & "?a=q&qid=6&dlta=mog~&ridlist=61893&qskip=0&navBack=true"
which generated my report looking like this. The age formula column has a space between the field name and the __________, hence the splitting
Laura_Thacker
9 years agoQrew Commander
I don't think you will want the ridlist in your formula; since each time I generate the report from a different Record the ridlist changes. I took that out, and the button still functions the same. https://laurahillier.quickbase.com/db/bhfdbnjwq?a=q&qid=6&dlta=mog~&qskip=0&navBack=...