Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Restriction Problem in Set Analysis

Hi to all,

In qlik sense, i would like to restrict my ID field in my set analysis in

such a way that i only want to pick all values which start with 4 but

does not contain 4.11 and 4.12. I tried this but it does not work.

sum({<ID={'4.*'}, ID=-{'4.11','4.12'}>} sales)

‌Does anyone know how to do that?

thanks in advance!

1 Solution

Accepted Solutions
sunny_talwar

Try this

Sum({<ID = {'4.*'} - {'4.11','4.12'}>} sales)

View solution in original post

1 Reply
sunny_talwar

Try this

Sum({<ID = {'4.*'} - {'4.11','4.12'}>} sales)