Forum Discussion
Anonymous
9 years agoNot applicable
Calculate Totals Using Count
Hi! I am attempting to create a contact rate report. Ive ran into a problem when trying to count the number of total call leads. There are over a million rows, but my measure results are ge...
aoberlander
9 years agoFrequent Visitor
Does each LeadUID have its own row in the table?
If so you can use something like
Total Calls = COUNTROWS(Click_SalesForms)