I'm raising this request on behalf of the customer Feedzai (Rodrigo)
Request:
Enable row-wise sorting in Answer Configuration so that rows can also be displayed in ascending order, improving readability and validation for larger datasets.
Current Limitation:
Dropdowns and data are currently ordered only based on column configuration, not by row values. This makes it difficult to validate and review large files where row sequencing is important.
Proposed Solution:
Retain the existing column-based ordering while introducing an additional row-based sorting layer. For example, enhance the ordering logic to include both column and row sorting (e.g., ORDER BY Column ASC, Row ASC).
Benefits to Feedzai:
- Improves data readability and validation efficiency, especially for large datasets
- Enhances user experience by providing more intuitive data organization
- Reduces manual effort required to verify row-level accuracy
- Aligns functionality with user expectations for structured data sorting
Cc: @Rajasekaran Pandiyan