We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Need help in Formula Tool

Shree185
6 - Meteoroid

Hello, I need help

 

 

I am trying to create a calculated column 

 

Calculated column =  non-blank row count [resolved date ] where queue = TAC

 

2 REPLIES 2
binuacs
21 - Polaris

@Shree185  Add Summarize tool in the canvas, group by queue field then count non null of the [resolved date]

add filter tool with the condition queue = 'TAC'

Qiu
21 - Polaris
21 - Polaris

@Shree185 

We can use the Feature "Count Non-null" in the summarize tool.
We first convert all the Blank cell in  [resolved date ]  to null then count and filter as below.

0509-Shree185.png0509-Shree185-A.png

Labels
Top Solution Authors