Forum Discussion
- MarkShnier__YouQrew Legend
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
------------------------------- BhargaviKatepa1Qrew Member
Thanks Mark Shnier..!
------------------------------
Bhargavi Katepalli
------------------------------