I'm having an issue while editing an insiqht. I want to have a filter condition that is a == "A" and (not b == "B").
I cannot create it through the web editor if I built it top-down by first building a == "A" and b == "B" and then try to wrap the second statement in a not. I pick the context option and it just does nothing.
I can build it, if I build it bottom-up by starting with b == "B", wrapping that in a not, and then wrapping that in an "and".
I'm having an issue while editing an insiqht. I want to have a filter condition that is
a == "A" and (not b == "B")
.I cannot create it through the web editor if I built it top-down by first building
a == "A" and b == "B"
and then try to wrap the second statement in a not. I pick the context option and it just does nothing.I can build it, if I build it bottom-up by starting with
b == "B"
, wrapping that in a not, and then wrapping that in an "and".Insight ID: 967BF623-461F-4D2C-8566-377C6ED3ECB2