Hi - I have a large dataset where i'm looking at applications going through various stages of testing and the machine name on which they live. What I want to do is to create a rule that highlights the machine in Green when everything is complete. For example
Machine Name---App Name---App Status
a --- app1 --- Waiting
a --- app2 --- Pending
a --- app3 --- Complete
a --- app4 --- Complete
b --- app3 --- Complete
b --- app5 --- Waiting
c --- app4 --- Complete
c --- app6 --- Pending
c --- app7 --- Pending
c --- app8 --- Pending
So, based on this, how could I get to a point where when all apps against a given machine name were complete, that machine was highlighted? Whilst any apps are anything other than the complete the machine and all the app rows associated should remain without formatting.
Machine Name---App Name---App Status
a --- app1 --- Waiting
a --- app2 --- Pending
a --- app3 --- Complete
a --- app4 --- Complete
b --- app3 --- Complete
b --- app5 --- Waiting
c --- app4 --- Complete
c --- app6 --- Pending
c --- app7 --- Pending
c --- app8 --- Pending
So, based on this, how could I get to a point where when all apps against a given machine name were complete, that machine was highlighted? Whilst any apps are anything other than the complete the machine and all the app rows associated should remain without formatting.
Last edited: