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

pivot subtraction question

Hello,

I like to know if it’s possible to add new column into pivot table that will show me the gap between day1 to day2 to day3 and so on.

in the enclosed file you can see the "base" table that i have in the QV and I add the "expected" table that I like to see.

Thanks in advance.

3 Replies
Anonymous
Not applicable
Author

Did you try something like:

Below(Sum(Player)) - Sum(Player)

?

Anonymous
Not applicable
Author

See attached file:

Here I used :

SUM(field) - Below(column(1))

I hope it is helpfull
Good Luck.


Not applicable
Author

thank you both, it was very helpful.