Analytics export to excell
I am trying to get some data into another analysis program to do make use of some other functions. Would I be able to use the api to auto update into an excel file for example? If not are there any other options that I have?
7005 Error on ZohoQuery
We are experiencing some api issues since 27th Decemeber 2017 and wondered if you have changed the api requirements? Adding and updating rows works fine using ZOHO_IMPORT_TYPE, but query commands like ZOHO_SQLQUERY have stopped working completely We make the api calls are made via php (using sample code originally taken from your forum) and have been unchanged for a few years. The code example of one of the calls is as follows: $url = "https://reportsapi.zoho.com/api/yyyyyyyy/tttttttt?ZOHO_ACTION=EXPORT&ZOHO_API_VERSION=1.0&authtoken=xxxxxxxxx&ZOHO_OUTPUT_FORMAT=CSV";
Connect to my local database and upload data to zoho report
Hi, I'm evaluating zoho Report for it apply in my organization a dashboard of information, but i want to connect my local sql server database to zoho report. I was reading that is process to do with an API, but a I dont know how to use this app. The Zoho wiki have information of this app, but I dont understand what i need configure for to begin.
How do i pass parameter and store it into zoho's local variable ?
How do i pass parameter and set it into zoho reports ? i want the chart to be generated on the basis of user input. The user input will match with a field value and according to that graph should be generate.
Dashboard Needed - Expert at Zoho Reports?
I own a marketing firm and we want to migrate many of our clients to Zoho. Our first client we want to move over needs a Dashboard built out. We would prefer not to have one of our in house people have to learn Zoho. Are any of you doing freelance agency work? Let me know joey@stickywrapper.com
Zoho Reports v3 API
Hello I think I posted this question in the wrong forum!, so apologies for re-post. I see that Reports v3 has an enhanced API to allow column add/rename/delete. The questions I have are:- 1. The API documentation doesn't yet cover these new endpoints, when will the documentation be updated? It would be useful to see the details of these. 2. Having the ability to create a table would provide a more complete solution to table management, so that a data upload can be fully automated. Is that a likely
Zoho Analytics API Call With Pagination
Hi, I have fetched data successfully from zoho analytics using https://analyticsapi.zoho.com/restapi/v2/workspaces/<workspace_id>/views/<view_id>/data? with a thrid-party tool postman. But i wanna know if i can use pagination with this api, like can i
Configuring the Zoho upload toll to run on the Server with rhe scheduled cron.
Can i configure Zoho Upload tool to be running on My Linux server. I want it to automatically be uploading data with the cron Job on my Linux server...
How to read time logs from people in analytics?
Is there a way to read the time logs from zoho people by employees in zoho analytics to create dashboard entries? Please let know if such process exists. Thanks in advance.
Trying to Access all Zoho analytics data?
Hello, I am using post man at the moment to test the API connection to Zoho Anaylitics. When it comes to the URL and parameters, I think I am missing something or adding the wrong information in a step. This is currently what I am trying: GET: https://accounts.zoho.com/oauth/v2/auth?
COMMON_INTERNAL_SERVER_ERROR
Hello, I am getting error one send post request via python( ) to Zoho analytics, the error is COMMON_INTERNAL_SERVER_ERROR. how to fix it? ***I don't want to use the SDK package** error: {"status":"failure","summary":"COMMON_INTERNAL_SERVER_ERROR","data":{"errorCode":7005,"errorMessage":"Sorry,
How to import bulk data using custom function from JSON Array
Hi, Hope you are doing good. I am having an array of JSON data fetched from an external API through GetUrl method. I just want to import this JSON Array data into ZOHO Report new table by writing code on Custom Functions. I tried many ways and also gone through many articles but still no luck. I checked below URL and pasted the html form with JSON data FORM uploading but it didn't work showing xml error : https://zohoreportsapi.wiki.zoho.com/importing-bulk-data.html <response action="IMPORT"> <script id="_rf_8ahd_nua75_vl0asd_"/>
How to copy workspace from one account to another?
I want to copy a workspace from one account to another account. It is written in the description of Copy Workspace API - "The Copy Workspace API is used to copy the workspace from one Zoho Analytics Account to another Zoho Analytics Account". But the
Zoho Reports API error
I am getting following error when using Zoho Report Bulk Import API action { "response":{ "action":"IMPORT", "error":{ "code":8509, "message":"The parameter ZOHO_ON_IMPORT_ERROR does not match the accepted input pattern" } } } This is what I have for my hidden field (name="ZOHO_ON_IMPORT_ERROR" value="ABORT")
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",
Query Tables (Looking up data from another table to make 1 table)
I have 2 tables created by importing data on a nightly basis. One table lists sales. The other table lists refunds (which could happen up to 30 days after the sale). I want to create a table which lists all of this data in one shot. In essence you would have a date column, a thread column (this is the common value that ties sales and refunds together), and an amount column. All refunds would be negative and all sales would be positive numbers in the amount column. It would be like appending
Zoho reports PHP seems to no longer work
Hey gang, any help would be appreciated. Background: Built a site sometime ago where I ported over what I believe was the Zoho reports php api library code. In particular, I think there was one that did the POST. I have not touched this code in ages, and recently it seems to be broke. Offending code: $params = array('http' => array( 'method' => 'POST', 'content' => $data )); if ($optional_headers !== null) { $params['http']['header']
Link to Excel
Hey, New User to this, I have an Excel Document that multiple user use to input the status of Tasks is there any way to link it to ZOHO Reports so that it creates a chart based on the information entered. Thanks
How to find ZohoAnalytics OrgID?
Hi reader, I hope you are doing well. I've been trying to work with the Zoho Analytics API library and have has no problems with the auth and token refresh steps, very clear to use! However, for actually interacting with ZohoAnalytics itself through the
Zoho Projects Integration - Project Completion %
Hi everyone I've connected our Zoho Projects to Zoho Analytics to pull specific types of reporting. One area I am battling with is finding the field data that shows completion % of specific projects. In Zoho Projects I can see the complete % per project
Analytics SDK getOauth api is failing only in production
I am using ZohoAnalytics SDK and with it I am sycing data to Zoho analytics workspace. Things are working perfectly in local environment but when I pushed code in production (AWS ECS), getOauth function in SDK is failing. The reason for failure is, when
Create Table JSON Spec
Hello, The API Documents explains that a ZOHO_ACTION= CREATETABLE is possible. https://www.zoho.com/reports/api/#create-table However the payload info only say ZOHO_TABLE_DESIGN (mandatory) Design content in JSON format Table structure in JSON format (includes table name, description, folder name, column and lookup details). There is no spec on how to actually design the table... Table name, column names, column types, etc ... Are there any guides or a examples how I can use a JSON table design
Importing data into a column with more than 100 characters using the API
I’m using the API to upload data into an existing database and I’m running into a problem with source data longer than 100 characters. When my python script hits one of these conditions it aborts. I can see that using the upload utility there are parameters that can be edited in the common_params.conf file to deal with these types of conditions ZOHO_TRUNCATE_COLNAMES TRUE or FALSE ZOHO_ON_IMPORT_ERROR ABORT or SKIPROW or SETCOLUMNEMPTY I've tried using
ASP.NET C# Insert Records
Hi , From previous posts I could not find a sample to insert records in Zoho from a .NET app. Can anyone provide a sample on how to insert records from ASP.NET C# app to Zoho
New in Zoho API Reports
Hi I'm new in this. I do not understand where I should put this: <URI>?ZOHO_ACTION=[IMPORT/EXPORT...]&ZOHO_OUTPUT_FORMAT=[XML/JSON/PDF/...] &ZOHO_ERROR_FORMAT=[XML/JSON]&ZOHO_API_KEY=<your key>&ticket=<your ticket> &ZOHO_API_VERSION=1.0 if my form is in php, I know what I should change the code, but maybe I am putting in place incorecto that is not working. I've seen the example of the help but still I have doubts. Someone could help me with an example of a single record in a field with php and
Can I use a Standalone CRM Function as the Callback URL For Async Export Data API?
I am creating an export job using this API https://www.zoho.com/analytics/api/v2/bulk-api/export-data-async/create-export/view-id.html There is a "callbackUrl" key in the CONFIG object. I tried copying the URL for a standalone function in CRM which can
Chart Creation
Hello, Is there anyway to automate chart creation via the API? Ideally I would like to be able to create a client specific account, upload data and generate reports all in one go. The data and reports differs from client to client so the current database copy or backup / restore does not work for this scenario and I find myself having to build everything from scratch each time. If I could automate the process it would make my life so much easier :) Regards, Adrian.
Importing an XML
Hi, I have a file (available at http://www.sendspace.com/file/g5sjmm). It is a Zip archive containing XML and XSD files. Is there a way to bring this data into Zoho Reports? If so, how? Regards, Shaheed
Zoho Reports API and database owners
Hi, I try to access a database via the Zoho Reports API. I am not the creator of the database but I am one of the owners. I receive the error "Database not found! Please check whether the database exists". So, is it possible for an owner to update a database using the API ? If there any specific configuration to apply ? Thanks, Cimballi
Zoho Reports API Error Codes Reference
Hi, Is there documentation online which lists all possible error codes returned by the Zoho REPORTS API when it is being used? I did see this list for the CRM API: https://zohocrmapi.wiki.zoho.com/API-Error-Messages.html We are implementing a new reports tab in our web-app and would like to "gracefully" handle all errors returned from Zoho. Thanks, Colin Mooney Avego http://www.avego.com
how can i know the ticket of the Reports is out of date through a code
how can i know the ticket of the Reports is out of date through a code,i need a code marking the ticket is out of date
Upload Tool and UPDATE query with condition for .CSV
Dear team, We want to use the Upload Tool to update a table in Zoho Reports. The source of the data is a .CSV file which is going to be generated by a third party application. This .CSV file will contain the entire database. When uploading the file in Zoho Reports, we would like to UPDATE the records based on a column with last modification (timestamp). We therefore would like to have something similar to a WHERE condition to select the appropriate records. Based on the documentation, I am not sure
Python Report Client, Update Record Count
Hi Zoho Foks, Is there any way to tell the number of record updated when using the Python Report Client ? In a perfect world I'd be able to do something like result = rc.updateData(prodURI, updateInfo, updateCriteria, None); have a dictionary return with something like {'RecordCount':0} or whatever the number of updated records actually is. What I am trying to do, is figure out if my Update command, actually updated 0 records, in which case I actually need to insert the record. However, since
zoho reports with openbravo
How can we make zoho reports as pdf file in openbravo and forward it to users?
Upload tool is failing to add new tables
Upload tool is failing to add new tables It is reporting a success, but the tables do not show in Zoho. If I try to manually add a table with the same name, it says that the table already exists. Obviously it uploaded and there is a disconnect in works. Please advise.
UploadTool The content of the element must contsist of well-forme character data or markup
Hi i'm having this error when work with some queries from MS SQL Server. Apparently the problems is regarding with the comparison operator (<> not equal to & <= less than), please i need assistance with this. By the way i attached the database_sql_query.xml and logs. Best regards, RR [Fatal Error] database_sql_queries.xml:138:647: The content of elements must consist of well-formed character data or markup. Error !!! Exception occured while parsing the import options XML. The content of elements
Single Sign On to zoho reports
Hi I have one SharePoint 2010 application hosted in internet. Recently we plan to use Zoho Reports for our reporting purpose. And my requirement is I am using FBA authentication for my SharePoint site and I want a single sing on future to be activated for both Zoho Repots site and my SharePoint application. Can you please suggest how I can achieve this as this is only question that we need to solve to use Zoho.
Zoho Reports Upload from DB Java Exception
As of last night, our zoho reports upload from DB feature stopped working. Log shows we are able to log in to zoho, the csv is generated fine, and is uploaded to zoho, but then it throws an exception when Zoho is added the rows - even with a really simple (new) test table. I have tried installing zoho upload tool on a new machine and get the same problem. Can you tell us what's happening? ------------------------------------------------------------------- ---Extract from Log (full log attached) -------------------------------------------------------------------
Upload file using java swing application to zoho??
I have created a Java Swing Application which selects files from my computer. I want to upload these files directly to Zoho database instead of uploading it from Zoho Application. Is it possible? I have heard about Zoho API calls. But have no idea, how to use it. I will appreciate your help, if someone can explain the procedure step wise. Thanks in Advance.
Strange UPDATEADD Error
I'm getting an Error when I try to do an UPDATEADD API call to reports with more than 300 records. I got Error!!! 7231 Column ID is present in match columns but not in selected columns I want to know how to trouble shoot this? As far as i know the selected column which needs to be matched in the zoho table must be available in the CSV file which is going to import and I've checked them both the zoho table and the CSV file twice both contain the matching column which is using for updatedadd API call
Next Page