Project

General

Profile

Actions

Feature #105951

open

Filter table by column value before csv download

Added by Simon Schaufelberger 25 days ago. Updated 25 days ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2025-01-16
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

I would like to export and download all fe_users that are filtered by a specific column, so for example all fe_users who are living in Germany or all users who are subscribed to a newsletter (checkbox). While it is possible to search for "Germany" for the country and then export those records, I cannot search for "newsletter:1" or just "1" as it would then select all searchable fields and search for "newsletter:1" or "1".

I can also not use the lowlevel search module as i can only build my query there but export is not implemented there :(

So the only way to export the data currently is via a third party extension or a database tool. In my opinion TYPO3 core should be able to provide this feature out of the box.

Actions #1

Updated by Garvin Hicking 25 days ago

  • Category set to Backend User Interface

Yes. Ideally the record listing would get filters depending on TCA configuration, so this is more a matter of "filtering" here - the export of those records would then come naturally.

Quite a huge feature, but would be a great one, to not need creating custom backend modules for data filtering.

Actions

Also available in: Atom PDF