LauraShelleyQrew Member7 years agoRe: Is it possible to customize the file name when exporting a report from a table?The following solution works in a URL Formula Field. Thanks for your help, Dan! Very much appreciated!var Text url = URLRoot() & "up/" & Dbid() & "/a/r" & [Record ID#] & "/e6/v0/";var Text fileName = "Photo.jpg";"javascript:fetch('" & $url & "',{credentials: 'include'}).then(response => response.blob()).then(blob => {var link = document.createElement('a'); link.href = window.URL.createObjectURL(blob); link.download = '" & $fileName & "'; link.click();})"
Related ContentCustom Record Titlescustom emailFormula Query with custom keyExport QuickBase table to Sharepoint csv fileHow to split an Export file which is too big