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: 
yanivvl0
Creator III
Creator III

Set Analysis Inconsiderate part of the condition.

hi to all ,

i have Expression with SetAnalysis :

sum ( {$<Is_Current={1} ,Current_ConstructionStage={"<42"}  ,Current_ConstructionStage={">=7"} >}  HousingUnits )

while compute - i see that the Current_ConstructionStage={"<42"}  is Inconsiderate :

seta_sumrange.PNG

i expect to see 22 but it sum also the 52 HousingUnits ...

THANKS !!

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,

Try below query.

sum ( {$<Is_Current={1} ,Current_ConstructionStage={">=7<42"} >}  HousingUnits )

View solution in original post

2 Replies
Anonymous
Not applicable

Hi,

Try below query.

sum ( {$<Is_Current={1} ,Current_ConstructionStage={">=7<42"} >}  HousingUnits )

yanivvl0
Creator III
Creator III
Author

Thank you Payal - GREAT HELP , didn't knew that QV can understand something like >=7<42 ...