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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
vanderson009
Creator III
Creator III

above function

Hi Team,

I have below data.

Test:

LOAD * inline [

Year ,Month ,Sales

2015 ,January, 10

2015, February,20

2015 ,March ,30

2014 ,January ,10

2014 ,February,20

2014 ,March ,30

2013 ,January ,10

2013 ,February ,20

2013 ,March,30

]

I am expecting output of

output.JPG

Thanks,

Villyee

1 Solution

Accepted Solutions
sunny_talwar

Try Above(TOTAL Sum(sales))

View solution in original post

3 Replies
sunny_talwar

Try Above(TOTAL Sum(sales))

vanderson009
Creator III
Creator III
Author

Thanks sunny it worked, but may i know How Total is working.