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: NOT EQUAL != and DOES NOT CONTAIN !@ should also match the rows with NULL values #3933

Closed
mattab opened this issue May 12, 2013 · 1 comment
Assignees
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Milestone

Comments

@mattab
Copy link
Member

mattab commented May 12, 2013

Imagine the request:

  • Visitors where Custom variable 1 IS NOT "test".

I think this segmentation request should match and include in the dataset, the visitors that had a Custom var1 "hello" or "type" but also those that did NOT have a custom variable 1 set.

This ticket is about changing the API so that when EXCLUDING visitors, we dont exclude those for which the value was not set.

If you wish to also exclude the visitors for which the value was NOT set, then you can use the IS NULL match eg. referrerKeyword==;browserCode==ff will select all visitors that use Firefox and did NOT Have a keyword set. see #3932

@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 mattab added this to the 1.12 - The Great 1.x Backlog milestone Jul 8, 2014
@mattab mattab self-assigned this Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

1 participant