Page 1 of 1

Problem Loading New Leads to List

PostPosted: Tue Aug 15, 2006 10:25 am
by hostway1
I am having a problem getting ALL the records I upload to resolve back to the list and trace back to the campaign.

I start a csv file with 323 rows, and good a Total of 3232 GOOD records. However, when I look at the list...it shows only 163 new leads. These are all from the same area code and the same state so I have no idea why its not showing all 323. Any idea????

Thanks


Processing CSV file...
LIST ID OVERRIDE FOR THIS FILE: 203
Done GOOD: 323 BAD: 0 TOTAL: 323

-----But when I go back to the admin section and click on the list----

STATUSES WITHIN THIS LIST:
STATUS STATUS NAME CALLED NOT CALLED
NEW New Lead 0 163
SUBTOTALS 0 163
TOTALS 163



---

PostPosted: Tue Aug 15, 2006 11:45 am
by mflorell
post results of this mysql query:

select count(*),phone_code,list_id,status from vicidial_list group by phone_code, list_id, status;