Download limits on exporting data from front end/back end

Is it possible to set download limits based on module size(lets say if it is more than 1 billion cells ) for the end user?

Answers

  • Hi,

    It can be done through limiting the number of rows to export. Have the user input 'N' as the number of rows they want to export, run a count of rows in a line item, create a view on UX filtered on Count< = N. For number of cells, you might want to do some calcs on the user number and on the count, it can give an approximate number of cells to limit.