Hi Everybody, I'm trying to use GetReport>CategoryDetail and i got the following results: 1) <GetReportResponse success="false" reason="Your report contains a large amount of data and is being processed. Please wait 30 minutes and submit your request again."/> This happens in case the difference between the start date and end date was big like 2004-01-01 and 2005-12-31 2) <GetReportResponse success="true"> <CategoryDetailResponse> </CategoryDetailResponse> </GetReportResponse> This happens in case in case the difference between the start date and end date was small like 2005-01-01 and 2005-02-01. The strange thing is why the second result was returned without: <CategoryDetailRow/> Can anybody please help? Thanks a lot