チャート (非リスト) レポートにレポートドリルダウンを追加しても、新しいタブでレポートが開かないIssue <!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } ユーザーがチャートレポートにドリルインすると、「glide.chart.drill.open_new_win」プロパティが true に設定されていても、ドリルされたリストビューが同じページで開きます。 チャートレポートがダッシュボードに追加され、ダッシュボードからドリルされた場合、同じ小さなフレーム内に読み込まれるため、ほとんど読めません。 Release<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } Cause<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } この動作の原因は、チャートレポートに「Report Drilldown」が保存されているためです。プロパティ「glide.chart.drill.open_new_win」は、保存されたレポートドリルダウンでは機能しません。 Resolution<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 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. Save.Open the list view of the table you are reporting on, for example, 'incident_list.do'.Configure 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. ユーザーはチャートから Report Drilldown を削除できます。これにより、ドリルが新しいタブで開くようになります。 ドリルされたリストビューが新しいタブで開くと、ユーザー設定または「Default view」に従ってリスト要素が表示されます。 代替方法: Report Drilldown を使用する最終的な目標は、すべてのユーザーがチャートを表示してドリルインして詳細を確認する際に、同じビューを適用することです。これは、「Report Drilldown」の代わりに、レポートで「Drilldown View」を使用することで実現できます。新しい UI ビューを作成するか、既存の保存されたビューを「Drilldown View」として使用し、それをチャートレポートに適用できます。 Drilldown View を適用する手順: 名前とタイトルを持つ新しい sys_ui_view レコードを作成します。保存します。レポート対象のテーブルのリストビューを開きます。例えば、「incident_list.do」です。作成した新しい UI ビューのリストレイアウトを設定し、ドリルで表示したいリスト要素を追加します。Report Designer でレポートを編集し、新しい UI のチャートのスタイルタブで、ステップ 1 の Drilldown View を指定します (注意: クラシック UI デザイナーでは、この設定はレポートタイプの横の設定アイコンにあります)。持っている可能性のある「Report Drilldown」をすべて削除します。レポートを保存します。結果: レポートを実行し、チャートにドリルインすると、ドリルされたリストビューが、指定した UI ビューのリスト要素を含む新しいタブで開くようになります。