
Contributor III
2023-05-03
01:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Distinct count for null fields
Hi Everyone ,
Im trying to get the distinct count of null values , For the below data set , I want to get the Count of Case ID where Standardized Issue is Blank or Null
I used "NullCount([Standardized Issue:]) " and it throws the count as 4 , but the unique count is only "2"
I tried "NullCount(distinct([Standardized Issue:]))" and it throws the count as "1"
can someone please help me with this formulation
Case ID | Standardized Issue: | SKU |
CASE-19647 | MATERIAL SHORTAGE | ABCD1234 |
CASE-19647 | MATERIAL SHORTAGE | ABCD2345 |
CASE-19647 | MATERIAL SHORTAGE | ABCD3456 |
CASE-19647 | MATERIAL SHORTAGE | ABCD4567 |
CASE-19647 | MATERIAL SHORTAGE | ABCD5678 |
CASE-19647 | MATERIAL SHORTAGE | ABCD6789 |
CASE-19647 | MATERIAL SHORTAGE | ABCD7900 |
CASE-19603 | ABCD9011 | |
CASE-19603 | ABCD10122 | |
CASE-19647 | TOOLING DOWN | ABCD11233 |
CASE-19647 | TOOLING DOWN | ABCD12344 |
CASE-19567 | COSTING TO BE WORKED | ABCD13455 |
CASE-19561 | ABCD14566 | |
CASE-19561 | ABCD15677 |
2,264 Views
- « Previous Replies
-
- 1
- 2
- Next Replies »
10 Replies

Contributor III
2023-05-08
04:47 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you , this works !
295 Views

- « Previous Replies
-
- 1
- 2
- Next Replies »