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: 
vikram_patro
Contributor III
Contributor III

Running toal

Hi all,

Need help to populate running total in straight table with 2 dimensions. Attached sample qlikview application.

 

Dim1Dim2SumRunning total
Aa68636863
Ab2168928552
Bc3805666608
Bd49385115993
Ce60542176535
Cf69069245604

Thank you !and looking forward to hearing from anyone

3 Replies
passionate
Specialist
Specialist

PFA Solution

MK_QSL
MVP
MVP

Use this expression for Running Total

RangeSum(Above(TOTAL SUM(Expression1),0,RowNo(TOTAL)))

passionate
Specialist
Specialist

Please close the thread by marking answer correct if your query is resolved.