Just wondering if there is any way to do this? I tried adding an HTML cell with javascript:AwareApp.runQuery (‘QueryName’,'') but it renders as text. I was able to create a link which renders the query in a new tab using <a href="javascript:AwareApp.runQuery ('All Goals', 'new_tab');">test</a> So seems like no, but wanted to try to confirm that.
I could create a reference attribute for each BO but that adds a layer of complexity which should not be needed and it would still only be a partial solution for this use case.
I am guessing that a report required, but let's face it the days of print reports as a primary source of data are long past. Users want the real time iteration of dashboards and mutli-sourced data so I was hoping to render this on the fly.
Anyone have some suggestions? Thanks.