ArchiveUser
8 years agoQrew Captain
query using a variable in html page
<script>
var a=1594;
console.log(a)
</script>
<script lang="javascript" src="https://tsemerge.quickbase.com/db/
DBID?a=API_GenResultsTable&apptoken=APPTOKEN&jht=1&query={'29'.EX.+'a'}AND{'6'.XEX.''}AND{'7'.EX.''}OR{'7'.AF.'today'}&clist=30.20.14.6.7.8&slist=6&options=sortorder-A">
How would {'29'.EX.+'a'} this statement work? I want a to be kRid eventually.
var a=1594;
console.log(a)
</script>
<script lang="javascript" src="https://tsemerge.quickbase.com/db/
DBID?a=API_GenResultsTable&apptoken=APPTOKEN&jht=1&query={'29'.EX.+'a'}AND{'6'.XEX.''}AND{'7'.EX.''}OR{'7'.AF.'today'}&clist=30.20.14.6.7.8&slist=6&options=sortorder-A">
How would {'29'.EX.+'a'} this statement work? I want a to be kRid eventually.