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: 
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