Dear Team,
Currently, the search functionality in the Report Viewer only matches the exact text as it is displayed on the screen. For example, if a value is formatted as "1,469", searching for "1469" yields no results.
Requested Change:
I would like the search functionality to work against the underlying data value. Users should be able to find numeric values even if they don't include the thousands separator (comma) or other formatting in their search query. This would make the report much more user-friendly and consistent with how users expect search to work.
Example:
- Actual Value: 1469
- Displayed Text: 1,469
- Expected Search Behavior: Searching for "1469" should highlight "1,469".
