For example, if I have a dataset in which all of my users are assigned a letter (A, B, C, D, etc.) and also a number (1, 2, 3, etc.)
I would like to see all of the users who have an A, and all of the users who have a 1, but I want to exclude from view any of the users who have the combination of A and 1.
Filter A: Letter=A
Filter B: Number=1
and the expression:
(A OR 😎 NOT (A AND B)
Too bad we can't use NOT as an operator. I just voted up this related Idea. Finding another way still sounds like an interesting challenge, but being able to use "NOT" would really tie the room together. ;)
https://community.gainsight.com/gainsight/topics/filtering-in-reports-for-does-not-start-with
Can you try Marcelo's suggestion with (A or 😎?
Theoretically, (A ∩ B)' = A' U B'.
For your exact question, filters needed would be
Filter A: Letter A
Filter B: Number 1
Filter C: Not Letter A (!= A)
Filter 😨 Not Number 1 (!= 1)
In advanced logic: (A or 😎 and (C or D)
Given that in my use case, I have 4 pairs of values to exclude (I need to exclude A1, A2, A3 and B1), even if this did work, I would end up with at least 16 filters and an advanced logic string that makes me shudder.
The ability to generate a Calculated Field within a Report (in this case, to CONCAT) would give me a more straightforward solution and put Reports at more parity with Bionic Rules.
Concat should be one of the functions in the [filter_by]=all&topic-reply-list[settings][reply_id]=19548858#reply_19548858]formula fields capability we have on our roadmap!
I would like to see all of the users who have an A, and all of the users who have a 1, but I want to exclude from view any of the users who have the combination of A and 1.
Logically this cannot be achived. You cannot see all of the As or all of the 1s if you exclude those who have both.
That said, Rakesh almost had it right….
For your exact question, filters needed would be
Filter A: Letter A
Filter B: Number 1
Filter C: Not Letter A (!= A)
Filter Not Number 1 (!= 1)
In advanced logic: (A or and (C or D)
… actually it should be ( (A AND D) OR (B AND C) )
Verbally: Letter A but not Number 1 or Number 1 but not Letter A
Reply
Sign up
If you ever had a profile with us, there's no need to create another one.
Don't worry if your email address has since changed, or you can't remember your login, just let us know at community@gainsight.com and we'll help you get started from where you left.
Else, please continue with the registration below.
Welcome to the Gainsight Community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.