ChrisFaye1
4 years agoQrew Cadet
Button to download multiple csv's
Hi!
Ultimately I'm trying to create a button that when clicked will auto-download multiple csv's, based on the current record. Realistically it'd be way better to put this into a Rich Text button, but I've only been able to work out the Formula - URL for generating the first report download.
My current formula isn't triggering the second download.
URLRoot() & "db/bn8akwbh8?a=q&qid=483&nv=1&v0=" & URLEncode ([Property]) & "&opts=csv" &
"&nextURL=" &
URLEncode(URLRoot() & "db/bn8akwbh8?a=q&qid=484&nv=1&v0=" & URLEncode ([Property]) & "&opts=csv")
Any thoughts to, first, be able to continue the formula to download multiple reports and, second, convert this button to a Rich Text formula button so I can utilize a field in the button text itself.
Thank You!
Chris
------------------------------
Chris
------------------------------
Ultimately I'm trying to create a button that when clicked will auto-download multiple csv's, based on the current record. Realistically it'd be way better to put this into a Rich Text button, but I've only been able to work out the Formula - URL for generating the first report download.
My current formula isn't triggering the second download.
URLRoot() & "db/bn8akwbh8?a=q&qid=483&nv=1&v0=" & URLEncode ([Property]) & "&opts=csv" &
"&nextURL=" &
URLEncode(URLRoot() & "db/bn8akwbh8?a=q&qid=484&nv=1&v0=" & URLEncode ([Property]) & "&opts=csv")
Any thoughts to, first, be able to continue the formula to download multiple reports and, second, convert this button to a Rich Text formula button so I can utilize a field in the button text itself.
Thank You!
Chris
------------------------------
Chris
------------------------------