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
Dan, I was able to implement this solution exactly as you presented it and it works great! However, I would like to create a CSV in this manner without the column headers. Is that something that is easily done?