Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
The URL formula would be this
URLRoot() & "up/" & [_DBID_DOCUMENTS] & "/a/r" & [Focus Document Record ID#] & "/e11/v0"
the e11 means that the file attachment is in field ID11.
The [_DBID_DOCUMENTS] needs to be the table name from advanced properties where the file attachment is stored.
If you wanted a hyperlink to allow display the file name, then that is another question and a bit fancier answer, but regardless, get this working first.
URLRoot() & "up/" & [_DBID_DOCUMENTS] & "/a/r" & [Focus Document Record ID#] & "/e11/v0"
the e11 means that the file attachment is in field ID11.
The [_DBID_DOCUMENTS] needs to be the table name from advanced properties where the file attachment is stored.
If you wanted a hyperlink to allow display the file name, then that is another question and a bit fancier answer, but regardless, get this working first.