IvanWeiss
5 years agoQrew Captain
Code Page on Dashboard for Report Links
Hi everyone, I am trying to create a code page that I embed within my quickbase dashboard so I can have all of my reports neatly organized in one row that is collapsable. I created a code page as follows:
<table>
<tr>
<td>Financial Reports</td>
</tr>
<tr><td><a href="https://elitestudioe.quickbase.com/db/bpqcqx84k?a=q&qid=5">Active Contracts</td></tr>
</table>
I created a web site widget and linked to this page. This is a test, I didnt start playing with formatting yet, etc. It works fine and I can see the link on my home page. However, when I click on it, it appears it tries to load within the widget (not my entire quick base app) and nothing shows on the screen.... What am I missing? Do I need something more in here to allow users to click on this link and get to a report? Basically trying to create my own report link section in one big widget.
------------------------------
Ivan Weiss
------------------------------
<table>
<tr>
<td>Financial Reports</td>
</tr>
<tr><td><a href="https://elitestudioe.quickbase.com/db/bpqcqx84k?a=q&qid=5">Active Contracts</td></tr>
</table>
I created a web site widget and linked to this page. This is a test, I didnt start playing with formatting yet, etc. It works fine and I can see the link on my home page. However, when I click on it, it appears it tries to load within the widget (not my entire quick base app) and nothing shows on the screen.... What am I missing? Do I need something more in here to allow users to click on this link and get to a report? Basically trying to create my own report link section in one big widget.
------------------------------
Ivan Weiss
------------------------------