Hi Brayan,
Thanks for posting your concern.
If you want to specify multiple conditions in WHERE clause of the report, such
as the custom dates that you've mentioned, then you need to use the AND
operator between those conditions as discussed on this document.
Please refer to the sample impleme
This is the custom date used.
segments.date BETWEEN '2019-01-01' AND '2019-01-31'
segments.date >= '2019-01-01' AND segments.date <= '2019-01-31'
On Sunday, October 4, 2020 at 9:20:32 PM UTC+8 braya...@gmail.com wrote:
> Hi,
>
> I using this custom date range but it's giving me an error
>
>
Hi,
I using this custom date range but it's giving me an error
This is the error.
{"errors":[{"errorCode":{"queryError":"BAD_VALUE"},"message":"Error in
WHERE clause: invalid value \"."}]}
query_error: Error in WHERE clause: invalid value ".
NEED HELP
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=