Help with an expression

hello-

i have created a lab safety inspection app, and i am attempting to create a view that allows our safety inspectors to see how many individual unresolved observations there are in each lab.
as of right now, when i click on any given lab, it shows -ALL- open/unresolved observations, rather than the ones pertaining to that individual lab.

so far the expression is:
(COUNT(SELECT(Observations[Observation ID], (NOT([Resolved?]=TRUE))))),

my google sheet also has a [Lab] column.

I am guessing this is rather easy, do i just need some kind of โ€˜andโ€™ expression tacked on to the one above?

-Thanks!
Andrew

0 6 95
6 REPLIES 6

Steve
Platinum 4
Platinum 4

What is the expression for? A slice row filter?

yes, I believe so

I would think all youโ€™d need is:

NOT([Resolved?])

would it help if i linked anything?

I have that on a view to show all โ€œopen observationsโ€, but I was hoping to do a count of them by lab:

If you can see the image, there are 38 open observations overall, and its showing up that way for the โ€œlabโ€ view tooโ€ฆthis is where Iโ€™d like to have it read open observations by lab too.

I apologize if my image doesnโ€™t loadโ€ฆI can see it on the right side of my screen as I type this.

So this isnโ€™t a slice row filter.

Top Labels in this Space