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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
posywang
Creator II
Creator II

How to hide allocations

Hi,

I am trying to hide project allocations if resource is fully allocated to projects as 1 FTE. However, I am not able to hide allocations at a lower level, project level in this case. Is there a way to hide highlighted numbers when Show Variance button is clicked? Thanks!

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this expression

=If(Sum(TOTAL <Resource, Mth> FTE)=1,0,Sum(FTE))

View solution in original post

4 Replies
sunny_talwar
MVP
MVP

The complete column should go away?

posywang
Creator II
Creator II
Author

Yes in this case since everyone is fully allocated in January. Of course, if someone is allocated say 0.8 in total in January, that allocation should be kept.

sunny_talwar
MVP
MVP

Try this expression

=If(Sum(TOTAL <Resource, Mth> FTE)=1,0,Sum(FTE))

posywang
Creator II
Creator II
Author

Thanks! Works like a charm!