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

Add Numerical Comparison Operators for Custom Dimensions in Matomo UI #22850

Open
goochj03 opened this issue Dec 12, 2024 · 0 comments
Open

Add Numerical Comparison Operators for Custom Dimensions in Matomo UI #22850

goochj03 opened this issue Dec 12, 2024 · 0 comments
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. triaged

Comments

@goochj03
Copy link

Currently, Matomo allows segmentation of custom dimensions in the UI using string-based operators such as "contains," "starts with," and "equals."
image

However, for custom dimensions storing numerical data, segmentation options like <, >, <=, and >= are unavailable in the UI.

e.g.
&segment=dimension11>2513450410

These numerical comparisons are supported when querying via the LIVE API, demonstrating that the backend supports this functionality.

This feature request proposes extending the UI to include numerical comparison operators for custom dimensions to ensure consistency and improve usability.

@goochj03 goochj03 added Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. To Triage An issue awaiting triage by a Matomo core team member labels Dec 12, 2024
@ronak-innocraft ronak-innocraft added triaged and removed To Triage An issue awaiting triage by a Matomo core team member labels Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. triaged
Projects
None yet
Development

No branches or pull requests

2 participants