Hello, I need help
I am trying to create a calculated column
Calculated column = non-blank row count [resolved date ] where queue = TAC
@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'
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.