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

Highlight Variances at aggregated level

Hi,

I got a user request to highlight cells where Capacity and Demand do not match. The problem is that once I expand next column (ResourcePool in attached example file), it highlights every cell even Capacity and Demand match. Can you please review the attached file and let me know how to fix it? Thanks!

1 Solution

Accepted Solutions
posywang
Creator II
Creator II
Author

if(sum(total <Dim,Mth> Capacity)<>sum(total <Dim,Mth> FTE),RGB(255,255,176),white())

View solution in original post

1 Reply
posywang
Creator II
Creator II
Author

if(sum(total <Dim,Mth> Capacity)<>sum(total <Dim,Mth> FTE),RGB(255,255,176),white())