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

Segmentation: Support "IS NULL" and "IS NOT NULL" type queries #3932

Closed
mattab opened this issue May 12, 2013 · 2 comments
Closed

Segmentation: Support "IS NULL" and "IS NOT NULL" type queries #3932

mattab opened this issue May 12, 2013 · 2 comments
Assignees
Labels
Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented May 12, 2013

It would be useful to allow segments to match visitors for which a given value is "NULL" (empty). For example, select all visitors that do not have a "custom variable 1" set.

Similarly, it would be useful to select all visitors, where a particular field (eg. "referrer keyword") is NOT NULL, ie. not empty nor NULL.

This feature is available by doing: referrerKeyword== will select all visitors that don't have a keyword set, or referrerKeyword!= will select all visitors that have a keyword set.

@mattab
Copy link
Member Author

mattab commented May 12, 2013

In d89a08b: Fixes #3932

Refs #2135

  • fixing last bugs with segment selector encoding (working on chrome + FF + opera) - I 'hope' it will work on iE...

@mattab
Copy link
Member Author

mattab commented May 14, 2013

Added documentation: Segment IS NULL / IS NOT NULL in piwik

This issue was closed.
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.
Projects
None yet
Development

No branches or pull requests

1 participant