Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set analyse 2 times higher than for 1 field

Hi,

I want to do a set analyse with 2 higher thans for 1 field.

This is what I have:

=sum({$< DeliveredDate={">$(ShouldHaveBeenDelivredDate)>=$(=min(selectedDate))"}  >}value)

but it doesn't seems to work, when I turn the >= in < it works.

Is it possible to do 2 higher thans?

1 Reply
SunilChauhan
Champion II
Champion II

Use Below Code

=sum({$< DeliveredDate={">$(ShouldHaveBeenDelivredDate)"},DeliveredDate={">=$(=min(selectedDate))"}  >}value)

Hope this helps

Sunil Chauhan