Forum Discussion
Dgreen23
5 years agoHelper III
Push Data Set - Data Looks Wierd
I have created a push data set and have got it most of the way working and formatted. The issue I have is that the data posted into it looks like it's holding the header in front of the value, which ...
- 5 years ago
Ideally your data source has things like LIMIT and OFFSET that you can use to paginate. If not then do the pagination in Powershell.
lbendlin
5 years agoSuper User
Do your run of the mill pagination - for example 5K rows at a time. Ideally you could do that at the data source as part of the GET call.
But I get a feeling that you are abusing push datasets for something they were not designed to do.