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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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)