Forum Discussion

BhargaviKatepa1's avatar
BhargaviKatepa1
Qrew Member
2 years ago

Button to download a specific report automatically

Hi ,

I am looking forward to create a button on a parent table form to download the related child record table which will get downloaded automatically. Tried multiple ways but its redirecting to the specific report only, not able to download upon clicking on a button. Request your help



------------------------------
Bhargavi Katepalli
------------------------------

2 Replies

  • MarkShnier__You's avatar
    MarkShnier__You
    Qrew #1 Challenger

    I think that this is possible to do with a URL formula button and a special report.

    Step 1 - make a Table report with an <ask the user> filter on [Related Parent] and set the "format" option to be comma separated values.  

    Then make a formula URL to run the rpeort

    URLRoot() & "db/" & [_DBID of your child table here]  & "?a=q&qid=99&nv=1&v0=" & [Record ID#]

    Replace the 99 with the report # you created.

    The button should run the report, auto answer the ask the user question and create a CSV.



    ------------------------------
    Mark Shnier (Your Quickbase Coach)
    mark.shnier@gmail.com
    ------------------------------
    • BhargaviKatepa1's avatar
      BhargaviKatepa1
      Qrew Member

      Thanks Mark Shnier..!



      ------------------------------
      Bhargavi Katepalli
      ------------------------------