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

Sum between a Range

Hello,

 

Im looking to provide the total number between two set of days, I tried the formula below but does not seem to work.


(sum({<[Unrun$.PendingDays]={">=30"},
[Unrun$.PendingDays]={"<=60"}>}
RFACount))

 

Thank you

1 Solution

Accepted Solutions
Chanty4u
MVP
MVP

Hi

May be try this

sum({$<[Unrun$.PendingDays]={">=30<=60"}>} RFACount)

 

 

View solution in original post

1 Reply
Chanty4u
MVP
MVP

Hi

May be try this

sum({$<[Unrun$.PendingDays]={">=30<=60"}>} RFACount)