Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[data-export] Filter results by column #685

Open
thornsteinCBS-CX opened this issue Dec 18, 2024 · 0 comments
Open

[data-export] Filter results by column #685

thornsteinCBS-CX opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@thornsteinCBS-CX
Copy link

Is your feature request related to a problem? Please describe.
Due to general SOQL limitations some fields cannot be filtered in a query. Therefore we need to run the query without the desired "WHERE" condition. The "Filter Result" search box can be very helpful in those situations, but unfortunately we have no option on which field from the query result the filter should be applied to.

Example: Query on OpportunityFieldHistory to compare NewValue and OldValue WHERE OldValue = 'Closed Won'.
BUT "OldValue" cannot be filtered in a query. Therefore I run the export without any filter on those fields. If I want to filter the result after the export by using the "Filter Result" search box, it returns all rows that contain 'Closed Won' either in the field "NewValue" or "OldValue" although I just want to return the rows where OldValue = 'Closed Won'

Describe the solution you'd like
A "Filter Result" Search Box above each column in the Export Result

Describe alternatives you've considered
The existing "Filter Result" Search Box in combination with a new picklist next to it, which contains each field from the query, to be able to apply the filter to only a single column

Additional context
image

@thornsteinCBS-CX thornsteinCBS-CX added the enhancement New feature or request label Dec 18, 2024
@thornsteinCBS-CX thornsteinCBS-CX changed the title Data Export - Filter results by column [data-export] Filter results by column Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants