Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot chart showing incorrect values.

Hi,

Please find attached and help me as I have to show the which lists each person in the team and the number of work items they have closed. In addition to that I need a breakdown of the individual work item types each individual closed.

I did pivot chart but it seems the data is not showing correctly. please can anyone let me know how to set this.

Thanks.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Try these expressions instead:

count({<Details={'Closed','closed'}>}1)

count({<Details={'Future Date'}>}1)


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

Try these expressions instead:

count({<Details={'Closed','closed'}>}1)

count({<Details={'Future Date'}>}1)


talk is cheap, supply exceeds demand
Not applicable
Author

Great Gysbert .Thanks and this works perfect.