Forum Discussion

KollGjolmesli's avatar
KollGjolmesli
Qrew Member
7 years ago

display data from one field of a report, inside of an SVG path on a QB html page

How would you add one entry from a field in a report, to display within a container (or several containers) on an HTML page created within QB? I am actually trying to fetch data from several fields,  to display inside different image paths within an SVG (image of map).  Thanks
  • If it's a static piece of data you're looking for, then it should be relatively easy to fetch data through the API.  

    https://help.quickbase.com/api-guide/index.html

    API_GetRecordInfo or API_DoQuery might work for your situation?

    I only half understand the question however.  Let me know what you're thinking.