Forum Discussion

damienpage's avatar
damienpage
Qrew Cadet
10 months ago

Getting URL relating to a thumb nail

Good afternoon all...

We have created a new a new app that populates data from another app via quickbase actions.

What I am having difficulty with is showing a thumbnail from an attachment in the 'parent app'.

In the original app the thumb is show by use of 

"<img width=\"150\" src=\"" & URLRoot() & "up/" & Dbid () & "/a/r" & [Record ID#] & "/e12/v0\" />"

I understand that I can send the record ID from the parent app to the new app, but can't seem to get the formula correct in the new app....

Any assistance appreciated.



------------------------------
damien page
------------------------------

1 Reply

  • Try this

    "<img width=\"150\" src=\"" & URLRoot() & "up/" & [_DBID_of the parent table from its advanced Properties] & "/a/r" & [Record ID# of the parent table source] & "/e12/v0\" />"



    ------------------------------
    Mark Shnier (Your Quickbase Coach)
    mark.shnier@gmail.com
    ------------------------------