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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Rajesh
Creator II
Creator II

Some data is not displaying in Pivot table

Hi All,

I have created Pivot table and converted it to CrossTable view with 2 dimensions and 2 measures

Dim1 : Week

Dime : WeekDay

Measure1: Day

Measure2 :

if(aggr(count(DISTINCT number), Week, WeekDay)>2,

   aggr(count(DISTINCT number), Week, WeekDay)& ' Records'&chr(13)&chr(13)& concat(number & '- ' & short_description, chr(13)),

concat(number & '- ' & short_description, chr(13))

)

in this below pivot table missing some days as i marked one.

i would like to show the missing days

Capture.PNG

Can any one suggest the solution.

Thanks

Rajesh

17 Replies
sunny_talwar

Would you be able to share a sample to look at this?

Rajesh
Creator II
Creator II
Author

Thanks for reply Sunny but have Confidential data.

sunny_talwar

Mocked up sample data or my be scrambling the data?

Preparing examples for Upload - Reduction and Data Scrambling

ogautier62
Specialist II
Specialist II

Hi,

for these days, is there any value ? (number and description)

I don't think so

regards

Rajesh
Creator II
Creator II
Author

Hi Sunny,

Please find the attached qvw.

Rajesh
Creator II
Creator II
Author

Hi Olivier

days are in numbers like 1 to 30

ogautier62
Specialist II
Specialist II

yes but for these days, does exist value for other measure ?

sunny_talwar

But it seems to be working fine in the sample attached, right?

May be try with this expression for Day

Only({1} Day)

Rajesh
Creator II
Creator II
Author

Yes some days don't have measures