We are using Analytics API 2.0 to get data from the reportsuite. Today
we came to face a strange thing in the API response in one of the
requests.We are using globalFilter dateRange to filter the data.Request
1 ;-"globalFilters":[{"type": "dateRange", "dateRange":
"2020-09-22T00:00:00.000/2020-10-05T23:59:59.999"}]Response 1
:-"rows":[{"itemId":"xxxx","value":"Sep 21,
2020","data":[0.0,0.0,0.0,0.0,0.0,0.0]},{"itemId":"xxx","value":"Sep 22,
2020","data":[xx.0,xx.0,xx.0,xx.xx,xx.0,0.xx]},------]Re...