Re: Using Django Window Functions on a Filtered QuerySet

2019-02-26 Thread Bernd Wechner
rns out this lies in the structure of the SQL. > > I asked the question here: > > > https://stackoverflow.com/questions/54388936/using-django-window-functions-on-a-filtered-queryset > > mainly because it supports nice layout and captures responses in nice way. > The issue is e

Using Django Window Functions on a Filtered QuerySet

2019-01-28 Thread Bernd Wechner
-window-functions-on-a-filtered-queryset mainly because it supports nice layout and captures responses in nice way. The issue is explained there in some detail. I have in the interim found a work around to meet my needs using slightly different query again, but am still puzzled about this