MarkShnier__You
3 years agoQrew Legend
Auto Refresh a New dashboard
There is an elegant way to Refresh a Home Page (ie old style dashboard).
Just a code page like this
<script>
setTimeout(function(){
parent.location.reload(1);
}, 60000);
</script>
Then just have a link to the "Web Page" like this.
mycompany.quickbase.com/db/xxxxxx?a=dbpage&pageID=19
Has anyone figured out how to get a New Style Dashboard to auto refresh in a similar low code method?
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------
Just a code page like this
<script>
setTimeout(function(){
parent.location.reload(1);
}, 60000);
</script>
Then just have a link to the "Web Page" like this.
mycompany.quickbase.com/db/xxxxxx?a=dbpage&pageID=19
Has anyone figured out how to get a New Style Dashboard to auto refresh in a similar low code method?
------------------------------
Mark Shnier (Your Quickbase Coach)
mark.shnier@gmail.com
------------------------------