Our organization uses Power BI for reporting and we are starting to embed Power BI in IPS as a customgroupbox in My Infor. We have had requests to link to some parts of the data, and so we started adding hyperlinks to the appropriate applet to the report. However, the link we have come up with pops the user out of the current web page and opens a new page or tab, depending on browser settings. Subsequent links followed pop out a new page as well. For instance, clicking on a CDR review hyperlink from My Infor takes the user to the review in a new window, and clicking on the native AP hyperlink takes the user to the application in a new window.
Is anyone else using a customgroupbox in My Infor with this kind of functionality? Any other strategies besides a hyperlink like the one below, which builds the hyperlink in SQL?
CONCAT(CAST('url/HFrame.htm TEXT), CAST(CAST(HISTORY.HISTKEY AS VARCHAR) AS TEXT), CAST('&hasMenu=false&showHeader=false' AS TEXT)) AS HYPERLINK