Good morning,
New to Birst so trying to learn it's syntax and rules. I have a table that I want to show one row per WC Department (screenshot below). The field that is causing the table to split into multiple rows is the "Jobs Idle Over 1 Day" expression.
Here is my formula for the Jobs Idle Over 1 day expression. IIF(DateDiff(Day,[Jobs.Job Last Transaction Date],NOWDATE) <= 1,0,[Job Date: # Distinct Job]). I figured out what is happening, but I am unsure how to fix it. So, what it's doing is creating a new row for each Job ID that has a different value (2nd screenshot below). All I want is how many Job IDs have a datediff > 1, and I want to show the total per WC Department. Any help would be appreciated.

