Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
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