Error while executing query
I am using this code for executing query,
- IReportClient RepClient = new ReportClient("1000.xxx", "xxx", refreshToken);
- //'Zoho CRM Analytics'
- //Enquiry , leads
- string tableURI = RepClient.GetURI("xxx", "Zoho CRM Analytics", "Enquiry");
- Dictionary<string, object> resObj = RepClient.ExportDataAsDictionary(tableURI, "\"company\"='Utopia'", null);
- Object[] columns = (Object[])resObj["column_order"];
- Object[] rows = (Object[])resObj["rows"];
While executing ExportDataAsDictionary , I am getting error as ,
An unhandled exception of type 'ZReports.ServerException' occurred in ZohoReports.dll