Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
posywang
Creator
Creator

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!

1 Solution

Accepted Solutions
sunny_talwar

Try this expression

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

View solution in original post

4 Replies
sunny_talwar

The complete column should go away?

posywang
Creator
Creator
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

Try this expression

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

posywang
Creator
Creator
Author

Thanks! Works like a charm!