Embed a report from another app in a page (not a dashboard)
I have a page (not a dashboard) we are using as a homepage for our app and it has just come up that we would like to display a particular report from one of our other apps. I know this is a simple ask to do with a dashboard, but I'm not sure if there's a good way to do it on just a regular page.
I am considering rebuilding the page as an actual dashboard at some point, but that is a bigger project and I figured I would ask here in case anyone knows of an easy way to do this in the meantime.
I have tinkered around with creating a dashboard showing just my desired report in the source app, then embedding web page in my destination page, but that never seem to work. I also tried creating a code page in my source app and populating it with the iframe embed code QB generates for you when you select the Share icon on a dashboard...
<head></head>
<body>
<iframe width="800" height="500" src="[my app string]?a=showpage&pageIdV2=24b11780-3e68-4fb7-ac1e-c25237440095&embedMode=1&ifv=1&hidefilters=1&hidealldashboardtabs=1&denydashboardediting=1"></iframe>
</body>...but I still just get a "refused to connect" error, even just trying to view the code page manually. I assume I'm doing it wrong here, but is it even possible to do what I'm trying to do?
There is an obscure setting way up at the realm level as to whether you are allowed to embed webpages in Quick Base. If you have a higher level plan and have very high access to settings you can look for that setting, but it might be easier just to go to Support ask them to check that Switch and enable it for you. That is probably what it's blocking the webpage.