Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dandiebolt
Created September 13, 2011 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dandiebolt/1214640 to your computer and use it in GitHub Desktop.
Save dandiebolt/1214640 to your computer and use it in GitHub Desktop.
QuickBase Download Formula
// Format of File Attachement URL:
// https://quickbase.com/up/DBID/a/rRID/eFID/vVID
// DBID Database ID
// RID Decimal Record ID
// FID Decimal Field ID
// VID Decimal Version ID (starts at 0)
"javascript:" &
"window.open('https://www.quickbase.com/up/" &
Dbid() &
"/a/r" &
[Record ID#] &
"/e6/v0');" &
"window.open('https://www.quickbase.com/up/" &
Dbid() &
"/a/r" &
[Record ID#] &
"/e7/v0');" &
"void(0)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment