It would be a good idea to be able to specify the number of rows of data to be exported rather than an arbitrary max. Most of the time 500 rows or even 200 would be enough to demonstrate or test something and with a very large dataset, exporting can be very time consuming.
TIA
to take things even further, I think that it’d be helpful to limit sample data export to certain tables. Some tables of my solution contain solution-relevant data, others are simply customer-relevant data tables. Right now I have no option to just ship/update solution-relevant data tables.
Thanks
Patrick
Limiting the data whould be very hard to build because of related data (pk-fk relations).
Jan Blok:
Limiting the data whould be very hard to build because of related data (pk-fk relations).
Understood but surely the number of records set as a max could be reduced from 10,000 to 500 or 1000?