ivylabs / suitecrm-analytics

4 stars 4 forks source link

Add Number of Records display to Data Exporter #208

Open harrisward opened 3 years ago

harrisward commented 3 years ago

Is your feature request related to a problem? Please describe. When a user wants to export data using the data exporter, it would be nice to output the number of records that the filter selection is going to download. To do this we need to execute a SQL query to count the potential number of records each time a filter is changed.

If the number is zero records then the export button should be disabled.

If the number is more than zero then the export button should say "Export Records"

harrisward commented 3 years ago

We started development on this in sprint 2 or 1.4. There were a lot of moving pieces and the decision was to delay this feature until we rework the whole Exporter tool most likely in CDF