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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Ranngesum not working in pivot table when only one expression is written

Hello Everyone,

When using only one expression in pivot table the data doesn't get displayed. But when second expression is written the chart gets populated.

The requirement is that:

SSMonthdiseng
SS1june 201310
SS1july 201313
SS1aug 201310
ss2june 20131
ss2july 20132
ss2aug 20133

NOw i want to count the cumulative  disengagements for SS. in pivot table.

like For value SS1,for the month of june2013,disengcount=10
and for the same SS1 FOR THE MONTH OF JULY 2013, it should be (13+10)=23.
i want this to be represented in pivot table by transposing the month .

Can anyone help on this?

Regards,

Pratik

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw.


talk is cheap, supply exceeds demand
Not applicable
Author

Hey Gysbert,

Thanks for the reply.

Actually I also tried in the same manner but after giving the expression the chart not used to get populated, because of the before function I guess. Then after giving the additional expression of ColumnNo() the chart got populated and eventually after transposing the additional column was introduced.

So now I transposed first and then gave the expression then it worked.

What was the sequence you followed?

Thanks for your reply.

Cheers!

Pratik

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Kind of. I added an expression =1 and removed it again after pivoting.


talk is cheap, supply exceeds demand
Not applicable
Author

I thought so.