Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Counting all Types including empty ones

$
0
0

Hi,

 

I'm trying to show all the ovedue types and count the number of items for those types even if they're 0 or empty. Unfortunately, when I use the Summarize node, the overdue types without values are excluded. Example below:

 

Input:

Overdue TypeItem ID
Not Overduea
Overdue 
Not Overdueb
Not Overduec

 

Current Output (grouped by overdue type and count using countdistinct):

Overdue Type# of Items
Not Overdue2

 

Desired Output:

Overdue Type# of Items
Not Overdue2
Overdue0

 

Thanks


Viewing all articles
Browse latest Browse all 4999

Trending Articles