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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
alvaprajna
Partner - Contributor III
Partner - Contributor III

qlik pivot table

Requirement:

I have following field emp_id,week,Project name,hours.

Actual.PNG

sample:

Emp:

load * inline

[

Name,id

Prajna,1

Chinmaya,2

];

Timesheet:

load *inline

[

id,week,Proj,hours

1,1,tis,8

1,1,sap,5

1,2,sap,7

1,2,training,0

2,1,training,0

2,1,tis,0

];

Now  i want the hours to be hidden for those employee who has zero planning hours for entire week and hide zero hours for those who has some value in the week.

Requirement.

output.PNG

Kindly assist.

Thanks,

Prajna

11 Replies
alvaprajna
Partner - Contributor III
Partner - Contributor III
Author

sunny_talwar

May be like attached