Skip to main content (Press Enter).
Sign in
Skip auxiliary navigation (Press Enter).
Support
Quick Base University
Skip main navigation (Press Enter).
Toggle navigation
Content types
Announcements
Blogs
Communities
Discussions
Events
Glossary
Site Content
Libraries
Date range
on this day
between these dates
Posted by
Home
Getting Started
Communities
All Communities
My Communities
Celebrate
What's New
Events
User Groups
Browse
Discussion Posts
Library Entries
Discussions
View Only
Community Home
Discussion
35.3K
Library
29
Blogs
100
Events
0
Members
6.1K
Back to discussions
Expand all
|
Collapse all
sort by most recent
sort by thread
Can't display images because of hexadecimal Record ID
wilsonao wilsonao
08-29-2018 23:02
I have a formula to display an image uploaded through QUickBase which looks like this: "<img src...
_anom Diebolt)
08-31-2018 10:36
See the API docs: https://help.quickbase.com/api-guide/index.html#filemanagement.html You can s...
1.
Can't display images because of hexadecimal Record ID
1
Like
wilsonao wilsonao
wilsonao wilsonao
Posted 08-29-2018 23:02
Reply
Reply Privately
Options Dropdown
I have a formula to display an image uploaded through QUickBase which looks like this:
"<img src='" & URLRoot() & "up/" & Dbid() & "/g/r" & [Record ID#] & "/ek/va/" & [Picture] & "' width='150'>"
The formula is producing a URL with the Record ID in a normal decimal number as shown here:
https://kp.quickbase.com/up/bnspvexd9/g/r472/ek/va/image%2037.JPG">https://kp.quickbase.com/up/bnspvexd9/g/r472/ek/va/image%2037.JPG">https://kp.quickbase.com/up/bnspvexd9/g/r472/ek/va/image%2037.JPG
THe actual URL however has it in hexadecimal:
https://kp.quickbase.com/up/bnspvexd9/g/rq2/ek/va/image%2037.JPG
Notice it says rq2 instead of r472.
My question is how can I work around this to have the image show from this formula?
2.
RE: Can't display images because of hexadecimal Record ID
0
Like
_anom Diebolt)
Posted 08-31-2018 10:36
Reply
Reply Privately
Options Dropdown
See the API docs:
https://help.quickbase.com/api-guide/index.html#filemanagement.html
You can specify
decimal
values for the
rid
,
fid
and
vid
using this url pattern:
https://
target_domain
.quickbase.com/up/
DBID
/
a
/r
RID
/e
FID
/v
VID
Note the "
a
" path in the above URL. You are using the "
g
" path in your URL which takes
obe32 encoded
(not hexadecimal) values for the rid, fid and vid.
×
New Best Answer
This thread already has a best answer. Would you like to mark this message as the new best answer?
Skip Navigation Links
Terms and Conditions
Copyright . All rights reserved.
Powered by Higher Logic