When I make a query from KEYWORDS_PERFORMANCE_REPORT the numbers of results that returns changes
SELECT Id, CampaignId, CampaignStatus, QualityScore, Date FROM KEYWORDS_PERFORMANCE_REPORT WHERE IsNegative = false DURING 20170228,20170228
This query only returns 88 keywrods
And If I remove the date field
SELECT Id, CampaignId, CampaignStatus, QualityScore, Date FROM KEYWORDS_PERFORMANCE_REPORT WHERE IsNegative = false DURING 20170228,20170228
returns 1324
Why this happen? Or which filters the apply applies in the first query