Discussion Board for collaboration related to QlikView App Development.
Hello
I learned by this forum that we could use
-= to do an exclusion in set analysis but when i try to use it with a or to make 2/3 excluding that doesn't work
if Someone could make me learn how to make work multiple excluding in set analysis ? 😛
Thanks a lot for reading 😛
Are u looking something like this?
=Count({<Field1-={'A','B','C'}>} Field1)
The above will remove NULLs also.
=Count({<Field1={"=Not Match(Field1,'A','B','C')"}>} Field1)
Are u looking something like this?
=Count({<Field1-={'A','B','C'}>} Field1)
The above will remove NULLs also.
=Count({<Field1={"=Not Match(Field1,'A','B','C')"}>} Field1)
exactly, thanks a lot 🙂