Forum Discussion
irismaessen
09-11-2023Data 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