Forum Discussion
_anomDiebolt_
12 years agoQrew Elite
Yes it is possible using the ifv parameter. Just put HTML such as the following into a text section (while in HTML editing mode) on your dashboard:
<iframe src="DBID?a=q&qid=1&dlta=mog~&ifv=1"></iframe>
<iframe src="DBID?a=q&qid=5&dlta=mog~&ifv=1"></iframe>
Suprisingly the ifv parameter is not a "flag" - it represents the offset in pixels the chromeless frame should be offset from the left (hard to believe but true).
In this case we use an <iframe> but a better solution is to use Web Components and the Shadow DOM to insert encapsulated content into the dashboard. If you use an iframe, good luck sizing your iframe to deal with horizontal scrollbars.
<iframe src="DBID?a=q&qid=1&dlta=mog~&ifv=1"></iframe>
<iframe src="DBID?a=q&qid=5&dlta=mog~&ifv=1"></iframe>
Suprisingly the ifv parameter is not a "flag" - it represents the offset in pixels the chromeless frame should be offset from the left (hard to believe but true).
In this case we use an <iframe> but a better solution is to use Web Components and the Shadow DOM to insert encapsulated content into the dashboard. If you use an iframe, good luck sizing your iframe to deal with horizontal scrollbars.
- CarlosCarlos7 years agoQrew Assistant CaptainHow do you get the save/cancel buttons to display on a pop-up grid edit report?
I'm using a similar approach, and the report displays fine, but no save buttons.
using the &ifv=1 then no buttons are displayed.. if i remove it then the whole quickbase menus, tables, etc. appear.