2 answers
Hi,
You can create a formula checkbox field on Lead and name it: IsGCLIdEmptyUse the formula
ISBLANK(GCLID__c)
Now create a summary report. Create a formula in the report which is displayed on all grouping levels.Use the below formula
Lead.IsGCLIdEmpty__c:SUM/RowCount