You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to pass a queryset with annotated fields to a ReportView (either directly or by overriding get_queryset()), but I am unable to use those fields in the report.
I have tried multiple approaches, but none seem to work. Is it even possible to include annotated fields to ReporView?