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

measure for the previous dimension value

Hello

i have a table which shows sales measure for each Week Id. now i want to have another column which shows the increase from previous week; something lie this:

Week IdSalesIncrease
120
2233
3307
425-5
5305

How Should i set the expression?

Regards

Mana

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

sum(sales) - above(sum(sales))

View solution in original post

2 Replies
Anonymous
Not applicable
Author

sum(sales) - above(sum(sales))

Not applicable
Author

thanks dear Greeshma