ROQL Multiple Filters
Content
Currently have the below but looks like just the second one is listened to and not the first, please advise how I'd pass multiple filters using ROQL to an analytics report
$status_filter->Name = 'DateLessThan';
$status_filter->Values = array( date("Y-m-d", strtotime('-1 day')) );
$status_filter->Name = 'DateGreaterThan';
$status_filter->Values = array( '2017-04-04' );
Tagged:
1