Forum Discussion
_anomDiebolt_
8 years agoQrew Elite
You can use script to download a file or blob of data and force its name. See the attached screenshot where I download all the records in the formula function reference and give it a name myreport.csv:
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=651
So all you have to do is bind this script to a button and arrange to pass the name you want for the file.
Pastie Database
https://haversineconsulting.quickbase.com/db/bgcwm2m4g?a=dr&rid=651
So all you have to do is bind this script to a button and arrange to pass the name you want for the file.
ForrestParker
7 years agoQrew Cadet
Perfect! That is exactly what I needed. Thanks!