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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

YTD calculations

Hello All,

Can this YTD count be achieved by using expressions? Could somebody help?

1 Solution

Accepted Solutions
tresesco
MVP
MVP

If you have month as the dimension in a straight table, you could use the same count expression for YTD and enable 'Full Accumulation' in the expression tab itself.

Or, Expression like:

RangeSum(Above(<count expression>,0,RowNo()))

View solution in original post

5 Replies
tresesco
MVP
MVP

If you have month as the dimension in a straight table, you could use the same count expression for YTD and enable 'Full Accumulation' in the expression tab itself.

Or, Expression like:

RangeSum(Above(<count expression>,0,RowNo()))

Anonymous
Not applicable
Author

Thanks for your reply. Could you help me out with the YTD expression as well?

tresesco
MVP
MVP

My suggestion above is against YTD expression only. I guess, we could better help if you could share a sample qvw.

tajmohamed30
Creator III
Creator III

Anonymous
Not applicable
Author

Your earlier suggestion worked. Thanks.