1
0
-1

I have created report using the addon builder - Report Builder, report contains a filtered list, however when downloading the file, the filename comes as the UUID of the selected record, I would prefer to use the data list filter instead as its clear in context to what the saved report file is regarding to.

is there and css/javascript that I can use to change the file name to the URL request parameter?


e.g., "uuid.pdf" prefer "filter name.pdf"



    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, perhaps you can try to use some custom JavaScript to the filename, like in https://stackoverflow.com/questions/44473557/javascript-change-name-of-file-on-download.

      1. Dumidu Roshan

        Where would I insert such code? In a html block in the report file?

      2. Dumidu Roshan

        Also how does this handle url request parameters from the data list filter?

      CommentAdd your comment...