HI all
I am wanting to limit the number of rows i pull down in a report fetch - we have a requirement to get ALL the keywords in an account and make sure they are labeled with a particular label.
Once we know the keywords that have NOT yet been labeled, from the report fetch, then we can label them and then the next time the report runs we will get a smalller returned amount
HOWEVER
I dont want to download ALL our keywords at once to start with as we have millions of them in each of our several 1000 accounts
Is there ANY way i could set a limit for a report fetch ?
If i use the SDK ReportUtilities with a paging object it tells me paging is not supported
AWQL also tells me that the LIMIT predicate is not allowed with reports
So any help you could give me would be great
many thanks - Giles