Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Multiple where expressions

I am having difficulty ensure that both where query are the same in an expression.

I am trying to do the below command and cant work out what I need to do to ensure both statements are true.

Sum ({$<[period_end]={'31/01/2014 00:00:00'} && [concept_id]={'242'}>} string_value)

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hey ,

use this

Sum ({$<[period_end]={'31/01/2014 00:00:00'},[concept_id]={'242'}>} string_value)



BR,

Chinna

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hey ,

use this

Sum ({$<[period_end]={'31/01/2014 00:00:00'},[concept_id]={'242'}>} string_value)



BR,

Chinna