- WARNING: The file you’ve requested is larger than{' '} - {CSVexportLimit}. This exceeds the maximum download size and you - will only receive partial data. -
- > - ) : null} - > - ), - }) - } - - onCSVExportFinish = (response, isPivotTable) => { - let CSVFileSizeMb = _get(response, 'headers.content-length') / 1000000 - const CSVtotal_rows = _get(response, 'headers.total_rows') - const CSVreturned_rows = _get(response, 'headers.returned_rows') - let CSVexportLimit = _get(response, 'headers.export_limit') - if (!isPivotTable && CSVFileSizeMb && CSVexportLimit) { - CSVFileSizeMb = parseInt(CSVFileSizeMb) - CSVexportLimit = parseInt(CSVexportLimit) - } - - this.props.addMessageToDM({ - content: ( - <> - Your file has successfully been downloaded with the query{' '} - - {this.props.queryText} - - . - {!isPivotTable && CSVFileSizeMb >= CSVexportLimit ? ( - <> -
- WARNING: The file you’ve requested is larger than{' '}
- {CSVexportLimit}. This exceeds the maximum download size and you
- will only receive partial data.
+
+ WARNING: The file you’ve requested is larger than {exportLimit}
+ MB. This exceeds the maximum download size and you will only
+ receive partial data.
- Filters can be applied to narrow down your query results. - Locking a filter ensures that only the specific data you wish - to see is returned. -
-
-
-
- {lang.noFiltersLocked} -
-Filter | -
- Settings
- |
- - |
---|---|---|
- {item.keyword} {`(${item.show_message})`} - | -
-
- |
-
- |
-