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
GauravSharma3
9 years agoQrew Commander
What is here ridlist?