Chart - Drilldown and Extended Filters

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
aspsteve
User
Posts: 52

Chart - Drilldown and Extended Filters

Post by aspsteve »

We are on ASP.NET maker 2021 and have encountered two issues with reports.

1) The drilldown functionality in charts is not working. It brings up a blank pop up with an x
2) When we use the dashboard feature, the charts do not display the extended filters from the report. This is important because without this function, we are unable to filter the data in the chart.

Thank you,

Anthony


MichaelG
User
Posts: 1111

Post by MichaelG »

  1. Please make sure that you have generated the drill down report/chart. To further check, enable debug (Tools -> Advanced Settings -> Debug) and press F12 -> Network to check the network response from the drilldown chart.
  2. Dashboard reports cannot be searched and the extended filters will be hidden. You should go to the original reports to perform the extended search.

Post Reply