Forum Discussion
SimonH
Qrew Cadet
If I am reading this correctly, you are misusing the javascript source tag's src parameter.
That is where you would put the URL for a valid JS file, not a QuickBase API url
What you want to do is pass that query URL to the code page as a query parameter, and then have a script on the page make the query and render the table
------------------------------
Simon H
------------------------------
That is where you would put the URL for a valid JS file, not a QuickBase API url
What you want to do is pass that query URL to the code page as a query parameter, and then have a script on the page make the query and render the table
------------------------------
Simon H
------------------------------
Winss
3 years agoQrew Trainee
Hello Simon,
If i modify the 3rd line to shown below its going to pull out the records and display in code page. What I am confused is passing the value in a formula text to the code page and display that code page at a record level using embedding technique of URL fields.
------------------------------
Aswin Babu
------------------------------
If i modify the 3rd line to shown below its going to pull out the records and display in code page. What I am confused is passing the value in a formula text to the code page and display that code page at a record level using embedding technique of URL fields.
<script src= "https://domain.quickbase.com/db/iddbdbdbid?a=API_GenResultsTable&apptoken=tokn123%20t=1&query={%2729%27.CT.%27TYCU700%27}OR{%2729%27.CT.%27TYRD60%27}OR{%2729%27.CT.%a27TYTG8580%27}&clist=29.17.7.9.8.38.44.49&slist=17" lang="text/javascript">
------------------------------
Aswin Babu
------------------------------
Related Content
- 4 days ago
- 15 days ago
- 6 months ago