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
Could it be possible to keep a queryset or some sort of way that we could make the pivot number be attached to the records that produced the number to be able to make the number a list that would allow to drill down to the records. I was thinking of maybe adding the data or queryset as an item to each records dict, or whatever other way may be more practical.
Currently I am generating drilldown lists using django-filter and get parameters like this:
Could it be possible to keep a queryset or some sort of way that we could make the pivot number be attached to the records that produced the number to be able to make the number a list that would allow to drill down to the records. I was thinking of maybe adding the data or queryset as an item to each records dict, or whatever other way may be more practical.
Currently I am generating drilldown lists using django-filter and get parameters like this:
But it would be a lot easier if the queryset was already attached to the record. I hope this is not too out of scope.
Thanks in advance.
The text was updated successfully, but these errors were encountered: