Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
soniasweety
Master
Master

How to sum?

Hi all,

I have data like below

Input "

1 Solution

Accepted Solutions
sunny_talwar

You can try like this:

Dimensions

Department

Student

Expression

RangeSum(Above(Sum(Marks), 0, RowNo()))

View solution in original post

1 Reply
sunny_talwar

You can try like this:

Dimensions

Department

Student

Expression

RangeSum(Above(Sum(Marks), 0, RowNo()))