cancel
Showing results for 
Search instead for 
Did you mean: 

Pie Chart - High-Level Grouping by Type

jackiburns
7 - Data Storage
7 - Data Storage

We are trying, at a quick glance, to distinguish between records processed via automation vs those processed manually.  For automation, we have approximately 11 different automated processes that may have last touched a record, with each process having a distinct "user" name. 
Is there a way to group all of my automated process so I have only two values on the main chart (automated vs manual) at the designer level?

1 REPLY 1

irismaessen
11 - Data Pipeline
11 - Data Pipeline

If your 'manually' processed records do not have a 'username' in their data, you could create a piechart with two formulas in the values tab; 


One with ([# of record ids],  where username = '' ) and the other with ([# of record ids],  where username <> '' )

Or something similar