You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

ROQL Multiple Filters

edited Sep 6, 2017 9:05AM in Reporting & Analytics for B2C Service 1 comment

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' );

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!