Is there a way to provide a suggested file name when users click the download button?
Not currently - it’s automatically populated from the supplied filename. You could use webdev to create a dynamic route for the report, but a simpler solution would probably be an ideas post.
1 Like
As a workaround you can disable the download button and create a Button that combines system.report.execute() and system.perspective.download() to achieve a custom file name.
2 Likes