Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Ignoring more than one list boxes selections

Hi

How would you alter the expression to ignore more than one list boxes selections. For example I already have ignored one selection (express) in this expression belo by writing nothing after dimension name

=min({< sub_metrics = {'same day'},branch_flag ={'0'},express=>}target)

Now I also want to ignore Month dimension in the expression above. How would I change this expression to ignore Month along with express dimension?

Thanks in advance for any help.

Amey

1 Solution

Accepted Solutions
erichshiino
Partner - Master
Partner - Master

it's the same:

=min({< sub_metrics = {'same day'},branch_flag ={'0'},express= , month = >}target)

View solution in original post

4 Replies
erichshiino
Partner - Master
Partner - Master

it's the same:

=min({< sub_metrics = {'same day'},branch_flag ={'0'},express= , month = >}target)

Not applicable
Author

Erich - thanks for your reply. I tried doing that but it's giving me syntax error near comma between express = and month = 

Any idea?

Thanks,

Amey

erichshiino
Partner - Master
Partner - Master

but does it not give you the results? Syntax checker can not recognized some script commands (try noconcatenate for example) and some  set analysis structures.

You can send some app with  dummy data, we can write the expression on the .qwvw

Regards,

Erich

Not applicable
Author

Thanks Erich. Unfortunately after getting syntax error I didn't go further. but I tried again now and it worked. Thanks again for your reply.