What is the problem or goal the end user is trying to solve or accomplish?
Preset Admin can insert a clickable link on a chart for their user to access with the target="_blank" HTML attribute so that it will open in a new tab. However, it will not work if the link is accessed from the Embedded Dashboard.
How are they solving it currently?
Use the target="_parent" HTML attribute instead, or ask the user to right-click and select the open in a new tab option.
What is the recommended solution by the Customer?
Enable the allow-popups-to-escape-sandbox option, so the link with target="_blank" attribute will work on the Embedded Dashboard.