Forum Discussion

Re: Is it possible to customize the file name when exporting a report from a table?

Hey Dan, was hoping you could help me get to the next level with this. If the file you are downloading is not an uploaded file, but the result of a query, how would you indicate that in your formula? 

Here is what I have so far, which is in a Formula URL Field, that pulls the correct query on an ask the user report. The report has the format set to CSV - so it downloads automatically.
URLRoot()  & "db/" & [_DBID_LINE_ITEMS] & "?a=q&qid=19&nv=1&v0=" & [Record ID#]

I'd like to incorporate your updating of the naming convention on that queried report, but not sure how to string it together. Any advise on that? thanks so much!
No RepliesBe the first to reply