I am trying to create some custom reports for an outside client. I want to print out every record that was inbound from today's date.
I've tried from the vicidial_did_log table, but I keep getting a lot of duplicates. I first select the phone_number from the vicidial_log_table, then perform a lookup in the vicidial_lists table to find the rest of the customer information. But like I said, I'm getting a lot of duplicates. Not sure if there is another table I should be looking in or what. Has anyone done this before?
Any help is greatly appreciated. Thank you.