Links on Platform Analytics Redirect to "about:blank#blocked"Issue When opening links to visualizations in Platform Analytics in a new tab, it opens up as "about:blank#blocked". When copying the link, it pastes as a javascript - "javascript:void(0)". This is applicable to all data visualizations and list view of records in Workspaces. Some visualizations do not have the option to open in a new tab at all. Note that different data visualization types are structured differently from a HTML perspective. In some cases (such as for pivot tables) the "href" attribute for the target element has 'javascript:void(0)' as per below example:<a target="_blank" href="javascript:void(0)" tabindex="-1" data-manualtabindex="true" style="flex-grow: 1;">ACT0001001</a> However not all data visualization types will display the "Open in new tab" option when right clicked and it will depend on whether an anchor tag is used. Steps to reproduce: 1. Navigate to any dashboard2. Right click on a record on a list visualization, and select "Open on a New Tab"3. The new tab will present "about:blank#blocked"ReleaseAnyResolutionThis is the expected OOTB behaviour. If you want this functionality changed on the product, you can propose an idea for an enhancement via the Idea Portal. Please follow instructions in KB0755878: Idea Management for customer enhancement requests.