Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vignesh_s
Creator
Creator

sum of least 13 value

hi all

     How could i find the sum of last 13 values

1 Solution

Accepted Solutions
sunny_talwar

May be like this

Sum({<Value = {"=Rank(-Value) < 14"}>}Value)

View solution in original post

2 Replies
sunny_talwar

May be like this

Sum({<Value = {"=Rank(-Value) < 14"}>}Value)

vignesh_s
Creator
Creator
Author

Thanks alot