Re: Slick Reporting Dashboard

2024-02-18 Thread 'Vip Busine' via Django users
ok Vào lúc 17:01:11 UTC-8 ngày Thứ Sáu, 16 tháng 2, 2024, Rupert Robin đã viết: > I am have a slick-reporting dashboard with 4 reports. > However, the filters and CSV export options do not appear in the dashboard > rendering of the ReportView(s). > When a single report view is cal

Slick Reporting Dashboard

2024-02-16 Thread Rupert Robin
I am have a slick-reporting dashboard with 4 reports. However, the filters and CSV export options do not appear in the dashboard rendering of the ReportView(s). When a single report view is called directly, now the Filter and Export CSV options are shown. How can I get the Filters and Export CSV

Django Slick Reporting Dashboard

2024-02-16 Thread Rupert Robin
I have a Slick-Reporting Dashboard with 4 reports. The dashboard rendering of the ReportView reports using the get_widget_from_url method does not include the Filter and Export CSV options. These options DO render when the report is called directly into a single page view. Is there a way