Adding a report drilldown on a chart (non-list) report does not open the report in new tabIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms When a user drills into a chart report, the drilled list view opens in the same page even when "glide.chart.drill.open_new_win" property is set to true. If the chart report is added to the dashboard and drilled from the dashboard, it loads in the same small frame, which is almost unreadable. Cause The cause of this behavior is the chart report has a 'Report Drilldown' saved on it. The property "glide.chart.drill.open_new_win" does not work with saved report drilldown. Resolution 1. Users can remove the Report Drilldown from the chart and this will allow the drill to open in a new tab. When the drilled list view opens in a new tab, it will show the list elements per the user preferences or 'Default view'. Alternative: The ultimate goal of using Report Drilldown is to apply the same view for all users when they view the chart and drill into it for details. This can be achieved by using a 'Drilldown View' on your report instead of 'Report Drilldown' You can create a new UI view or use an existing saved view as a 'Drilldown View' and apply that on the chart report. Steps to apply a drilldown view: Create a new sys_ui_view record with a name and title. SaveOpen the list view of the table you are reporting on, for example, /incident_list.doConfigure the list layout for the new UI view created add list elements you want to see on the drill.Edit the report in the report designer, in the style tab for your chart in the new UI, Specify the Drilldown view from step 1 (Note** In the classic UI designer this setting is on the setting icon next to report type)Delete any 'Report drilldowns' you might haveSave the report.Result : Run the report and now drill into the chart, the drilled list view will now open in a new tab with the UI view list elements you have specified