Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
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!

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

Try this expression

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

posywang
Creator II
Creator II
Author

Thanks! Works like a charm!