Zoho Reports - Invert Axis
I have a simple bar chart that shows the average number of people achieving a certain score (between 0 - 8). The chart shows the value 8 as the highest on the 'y' axis. This is fully understandable. However I need to display the results with 0 being the highest and 8 the lowest (i.e. invert the 'y' axis values with 8 at the base and 0 at the top). Is there any way I can do this with Zoho Reports?
📢 : Zoho Analytics is a winner🏆 in 2022 Industry Excellence Awards
Dresner Advisory Services has recently named its 2022 Industry Excellence Award winners. The annual Industry Excellence Awards acknowledge vendors who have achieved leadership position in the company’s 2022 Wisdom of Crowds Analytical Data Infrastructure
CountIf formula for multiple stringtypes
I am trying to calculate the amount of times I made contact with someone. The results require counting multiple string values. This is what I am trying. count(if("status"=('stringvale1,stringvalue2,stringvalue3'),1,Null)) Normally I would do a COUNT(FIND_IN_SET(status, 'stringvale1,stringvalue2,stringvalue3')) What should i try? Sincerely, Josh
How to use COUNTIF with a NOT IN operator
countif("Tickets"."Status"!= 'Completed' or"Tickets"."Status"!='Closed' OR"Tickets"."Status"!='Service Call Completed'') countif(NOT("Tickets"."Status Group" IN ('Completed','Closed','Service Call Completed') I have tried this in multiple ways including
Engagement Rate Discrepancies between Zoho & native data
While pulling data for a monthly report, our team noticed some pretty big discrepancies between engagement rates reported through native data, versus Zoho. For example, the top LinkedIn posts in November yielded engagement rates below 1% in Zoho, while
Filter Table by Values which don't appear in Join table
I am trying to filter a table to the values which are not in a joined table. I have tried many versions but none seem to work, not sure what I am missing. SELECT "Site Details with Display Unit"."Account_ID" as 'Site Account ID', "Site Details with Display
subquery not working
Hi! I'm trying to make a subquery and the system will not let me, I've tried several ways with no result, Annex consultation to see if I can help SELECT DISTINCT "A"."Semanas", (SELECT SUM(CASE WHEN "Código"='SI' THEN "Saldo inicial del banco" ELSE 0 END ) FROM "Juan sql" WHERE "Semana anterior"= "A"."Semana anterior") AS "Saldo inicial del banco", "A"."Semana anterior" FROM "Juan sql" as 'A' GROUP BY "A"."Semanas","A"."Semana anterior" tells me that does not identify the alias thanks....
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
Use Zoho Analyitcs instead of Data Studio (Google)
I use DATA STUDIO to GENERATE DASHBOARDS for my DIGITAL MARKETING clients (Google tool), but I would like to know IF I CAN USE ZOHO ANALYTICS instead: - I need to send my customers a LINK for them to ACCESS THEIR DASHBOARD (no need to login), LIKE I DO
Issue with adding people to email distribution list
I have restrictions setup so that only accounts with specific email domains may be added to exports for emails, etc. As you can see in the image below, two domains have been added I am having problems adding a colleague to an email distributions list,
[Webinar Alert] Nurturing data-driven decision-making with augmented analytics
Hi there! With the current explosion of data and data sources, BI and analytics has become an integral part of business workflows for gaining contextual insights. Businesses are steadily moving away from merely recognizing the need for BI and analytics
Analytics Bulk API - Export Data (Asynchronous) JSON_PARSE_ERROR only on first try
Hello, inside a custom function in Zoho Flow I want to create an export job, but I get an error when I send the request. However, this error only occurs the first time, if I call the same custom function again in the flow I don't get an error message
KPI Widget
For comparing current and previous year sales reports, I am creating a KPI widget. In previous years, I would like to add a timeline or date filter for analyzing monthly sales. Let's say I want to compare my current month sale with my same month sale
Analytics-Update row; criteria
Hello Trying to update row in Analytics from Desk: headersMap = Map(); headersMap.put("ZANALYTICS-ORGID",orgId); config = Map(); config.put("columns",columnsMap); criteria = "(\"salesorder_id\"=" + creteria_salesorder_id + " and \"package_id\"=" + creteria_package_id
Help joining tables with a query.
Hello, I just can't seem to wrap my head around this issue... I am fairly new to Z analytics so sorry if this has already been solved before. Table 1 called "Campaign" with thousands of rows Campaign IDI Campaign Name ID 1 First ID 2 Second I have another
How can I use SQL to break comma-separated values into new rows
I have the following dataset: I need to use SQL to turn this dataset into the following: i tried to used like this: but it didn't worked.
Desk TimeEntry to Analytics
Hi, How do we get the booked TimeEntry's from Desk visible in Analytics? We want to create a dashboard where we can see how much time is spend on tickets of each customer. We now have a dirty workaround to get the time from the "Invoice Items.Quantity"
Is there a postman collection for the Zoho Analytics API?
The title.
Estimated Invoice Payment Date
Hi all, I apologize if this is a "noobish" question. However, I'm trying to created a dashboard in which our finance team can quickly look at a spreadsheet and see the estimated payment date for incoming invoices. I've been able to set everything up in
Bar graph with PieChart
I was reading a Zoho Analytics release from the following link https://www.zoho.com/blog/analytics/powerful-end-to-end-marketing-analytics-with-zohos-modern-bi-analytics-platform.html The Image below came from the Zoho Analytics Marketing release and
Is there a way to use Python as a middle layer between the database and Zoho Analytics?
So my company has been using Zoho for everything now for a while. We have a database connected to Zoho Analytics and I always use the query editor to write sql to join tables, do aggregations, or any necessary steps to prepare the data for analysis and
Zoho Analytics | Quarterly Newsletter | Q3 2022
Hello Everyone! We hope all of you are safe and well! Zoho Analytics - Q3 Quarterly Newsletter is out! Check out the newsletter (attachment) to know all about our new features, recognitions, webinars, blogs, and many more exciting things. Do let us know
New Features rolled out on August 30, 2022
API Calls Audit Log You can now choose to audit the API calls log. This allows you to monitor information such as the API calls that were frequently made, who did it and when it was done, API units consumed by action etc. You will also get an insightful
Applying Count and Group By in an aggregate formula
We wrote a query that lists what we need and we are looking to create a graph to visualize the data monthly. Some IDs appear more than once in a month and we want to exclude those. Is it possible to do this in an aggregate formula? As much as possible,
zoho analytics- dashboard creation
I have created a dashboard with widget based on some report and i want to show that widget in ZOHO CRM dashboard. So i created a new dashboard in crm and added a widget there with external and base url. but it is showing like ' loading' only. Screenshot
How to use grouped aggregation formula and calculate the percentage based on some condition in Analytics Plus?
I'm trying to calculate a percentage. The numerator should be the sum of sales of the states that have more than 10 customers. That is to say, I have to group the data by State first, then calculate the number of customers in each state and find the
How to show total sum and the name of each category in Pie chart?
I want to show the sum(sales) and corresponding percentage of each category and the name of different categories together in the pie chart. However, I can only drag one column into the Text. Is there any way to show the name, percent, and sum together
Week date range in pivot table
Hello, I need to create a report that breakouts the data by week. I am using the pivot table report, and breaking out the date by week, however the date is displayed as 'Week 1 2014' format. Is there anyway to get the actual dates in there? ex. 1/6/2014-1/12/2014 Thanks,
KPI widget with percentage
I'm trying to create a KPM widget that displays current performance as a percentage - something like the picture below. I've tried following the instructions at https://www.zoho.com/analytics/help/dashboard/kpi-widgets.html#chart but nothing ends up being
[Webinar] What's New in Zoho Analytics: H1 2022
Hi there! 2022 has been an eventful year so far on the Zoho Analytics front, and we've brought in lots of exciting new features and updates to enhance your experience! With our well-rounded approach to development over the years, we've got you fully
[Blog] Powerful end-to-end Marketing Analytics with Zoho’s Modern BI & Analytics Platform
In today’s digital economy, a buyer goes through multiple touchpoints before making a final purchase. This indicates the presence of marketing across every possible channel that drives customers towards these touchpoints. Understanding marketing activities
[Customer Talk] PREMO Group's Analyst Interview at Zoho Day 2022
Premo Group, a 50 year old Spanish Manufacturing Company, has been our long-standing customer with #ZohoAnalytics. They've been using our platform for their end-to-end, unified business analytics solution. Hear more from Claudio Cabeza, Director at PREMO
Static column with Date changing column
Hi there. I am not a data techy and am more DIY. I am struggling with what is probably a very easy thing to do in Analytics. I want to be able to take our Stock on Hand at the date I run a report and compare it with a sales period from the past. It's
Can this report be done without SQL? How?
Sync Not Working
Zoho Analytics Sync appears to be down again. Have multiple accounts and when attempting syncs with various sources like Zoho CRM, Desk and Google Analytics the Status remains in 'Sync in Progress' without completing. This is at least the second time
Is there a way concatenate text from multiple rows into single cell?
I've build a delivery reporting system for a customer and they are looking to link the rounds data with route planning software, however as there are multiple lines generated for the same location (products to be delivered) and as such the route planning
Row counts by workspace?
Does anyone know how to get a row count by workspace?
Weekend ticket reports
I want to create a table report that show tickets for Saturday & Sunday afternoon(lets say from 18:00), is there an option to do this in Zoho Analytic without selecting specific dates? is there a way to filter by day(sunday) and time and not by calendar
Need help with Join function in Zoho reports
Team, I have 2 tables - and I need to get ALL matching results in one cell.. Ex: Table 1 contains a Pin code Table 2 contains many addresses corresponding to that Pin code How do i get a query result where for each unique pin code I can get all addresses in one cell.
Zoho Analytics "Bulk API - Import Data". MORE_THAN_MAX_LENGTH
I have encountered a problem with "Bulk API - Import Data", it return { "status": "failure", "summary": "MORE_THAN_MAX_LENGTH", "data": { "errorCode": 8507, "errorMessage": "The length of the parameter FILE is more than required
Next Page