Hi Team,
I have been searching for days now in order to find a way to pull a report of type ACCOUNT_PERFORMANCE_REPORT for a subset of accounts that match a particular label id. That being said, I haven't been able to find anything.
I know that the ACCOUNT_PERFORMANCE_REPORT does not have a label column, so it can't be filtered like that. Which means I need to have the account Ids already, before I pull the report.
I know that there is a LabelService but I don't know how I would use that one to pull all Account IDs (without performance, just an array of the IDs) for a given Label ID.
Any ideas?