Description:
Currently, filters applied in Anaplan UX pages are case-sensitive, which can lead to inconsistent behavior and confusion for end users. For example, filtering for "North" will not match "north" or "NORTH", even if they refer to the same logical value.
Proposed Enhancement:
Introduce an option to make filters case-insensitive, especially for text-formatted line items and list names. This could be implemented as:
- A toggle in the filter configuration panel (e.g., “Ignore case”).
- A global setting for UX pages or apps.
- A function or modifier in formulas that supports case-insensitive matching.
Benefits:
- Improves user experience and reduces errors in filtering.
- Aligns with common expectations from other BI tools and spreadsheet platforms.
- Reduces the need for workaround solutions like creating duplicate line items with standardized casing.