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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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

Labels (1)
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