Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
hammermill21
Creator III
Creator III

Distinct Count of Bar Codes

Hello Everyone,

I have the expression:

Count({<Inspected={'Not Inspected'}>}Inspected)

which count all the items that have not been inspected but I need to add to it to count all the distinct bar codes that have not been inspected. I tried adding count distinct Bar Code but the expression is incorrect.

Can anyone help? Thanks!

1 Solution

Accepted Solutions
sunny_talwar

So, you are saying that this isn't working?

Count(DISTINCT {<Inspected={'Not Inspected'}>} [bar codes])

View solution in original post

2 Replies
sunny_talwar

So, you are saying that this isn't working?

Count(DISTINCT {<Inspected={'Not Inspected'}>} [bar codes])

hammermill21
Creator III
Creator III
Author

Hey Sunny,

You are correct, I must have written the expression wrong in some way.

Thanks!