i have a view, i also have a pager, which displays 100 items per page. What i miss, is the following functionality:
i need to have a csv, that will output the exact info found in each page of the view i am.
I have a csv export attached to this view, but it always downloads the first 100 items, no matter in which page i am.
I am sure everything from my side is well set ie everywhere the returned value in the view and the data export is the same (100) i have checked the parent sort, how could i make this work?
Comments
Comment #2
steven jones commentedSorry for the lack of attention to your issue, please accept my apologies.
Drupal 7 is going to be end-of-life'd by the community in approximately 1 month.
As such, I am closing all non-critical looking, non-PHP compatibility issues for Views Data Export to tidy up the issue queues and reduce the noise. You can read about this on #3492246: Close down Drupal 7 issues.
If you feel like this issue has been closed by mistake, please do comment about re-opening it.
If you feel like the ticket is still relevant for the 8.x-1.x version of the module, then please search for a duplicate issue first, and if there really isn't one (and you've looked properly) then change the version on the ticket and re-open.
Thanks to everyone involved in this issue: for reporting it, and moving it along, it is truly appreciated.
The Drupal community wouldn't be what it is today without your involvement and effort, so I'm sorry that we couldn't get this issue resolved. Hopefully we'll work together in a future issue though, and get that one resolved :)
Comment #3
imclean commentedI'm having this exact issue with 8.x-1.x. Reopening to flag this, I'm looking for the cause.
In my case. the data export views has no pager and should export the full list, however exactly 100 results are exported.