Collapse/expand groups en report view
Hi! We suggest adding the indicated functionality through a report configuration option when defining grouping criteria. Thanks, Eduardo Santander
Connections in Creator
A while ago, the way connections can be created changed so that ONLY the application OWNER can create connections. It makes it really difficult as a developer, because 1. the OWNER of the application rarely knows how to create a connection. 2. It is nearly
Decimal places in Formula Fields
I want to multipy a numeric field with two decimal places (Shares) times a currency field (Per_Share) with two decimal places. The result, a formula field (Total) should be of the currency type with two decimal places. When I do this (GUI), I do not get trailing zeroes. For example, if I multiply 2 * $4.55, I get $9.1 but want to get $9.10. I tried scripting, decimalplaces = 2, but the system just ignores that. Thanks. Frank Driscoll
Resizing the last column in the report is terrible
Resizing the last column in the report is terrible. Has anyone faced this issue or am I doing wrong here? Please see the video attached.
Serious problem with backup /restore
Creator is mangling ID's for entries in applications that are restored from backup. This problem is preventing us from doing our work. Could someone get back to me on this problem? Here's what I've figured out... If you take a perfectly good Creator application you can add the "ID" field to any of its views and you will see that every entry in the table will have a unique ID field. If you backup the application then restore it and look at the ID fields in the restored application you will see that
postURL - Error due to - 'Internal Exception'
Good day, I created a function that makes a simple postURL call to our API without authentication. It works using Postman but I get Error due to - 'Internal Exception' in Zoho Here's my code : HeaderMap = Map(); HeaderMap.put("content-type","application/x-www-form-urlencoded"); param = Map(); param.put("param","test"); url = "https://zoho-teleopti.tpcc-trim.com/api/Zoho/post"; result = postUrl(url,param,HeaderMap,false); info result;
Number Plate Recognition Using ZC inbuilt OCR
Hi Guys, I want to build a system to record number plates of vehicles that enter and leave our company depot. I'm thinking of using ZC's OCR feature however I'm not sure how I can get images from a camera to my ZC app automatically. Any thoughts on the matter would be greatly appreciated! Cheers, Justin
Hide Field or Section when the form load | Zoho Creator
In Zoho Creator an I hide Fields or Section when the form load and show it if I select a option from a drop down I tried to code it with deluge but I can't make it work.
Getting error while calling API in extension widget
Hi all, We are trying to call an public API in a Zoho creator extension. I am getting as follows r Refused to connect to xhr.js:188 https://www.zohoapis.com/creator/custom/user2_demo2127/testApi?publickey=TCCn@7KEpRUAEuxDz4VMt...because it violates the
Verify User on Last Record with Current Submission
Not sure if this is possible, as I am not sure when the Added User field can be verified during submission or after. I am attempting to make sure the user who is submitting form is the same person that was on the last Record. I have it set up that fields
Restricting Fields in Bulk Edit
As simple as the title, we would like to have a feature to hide certain fields in the bulk edit.
Contains operator in Creator REST API
Hi, How can I use the "contains" CompOperator from the REST API ? If I do http://creator.zoho.com/api/csv/dvd/DVD/view/matchall/Title=Heroes/apikey=... it will work for exact matches. But how can I search for fields which contain the string I specify? Many thanks, Richard
How to use creator edit mode form in a widget
I can publish a creator form and report with embed code and use it in the widget. but I need a edit mode form embed. is there any way to get it ?
Stumped by OpenUrl when trying to open a filtered report with the click of a button.
I have two Forms, Accounts (parent) and Jobsheets (child), with their respective reports. They are related in 1:N relationship. I tried adding a button in the Accounts report, as a column labeled "View Jobsheets". The intent is for the on-click action
Spacing between fields
how do you control spaces between fields? I have a lot of fields to put on a form and want to put the fields more closely together. It seems like the spacing between the fields are automatically set and I am not sure where I can change this if possible.
Prepopulate a field name based upon a zipcode table
I have a created 2 forms, an application that people will enter their information. Once they enter the field zip code I want to pre populate a field in form 1 with the city information. Form 1 is the application Form 2 is the zipcode with city and county fields Pls help I am new with building scripts
Creator Form - Form Submission Confirmation Popup not working
I have a form in Creator, and in the Form Properties, I have selected the checkbox for "Open form submission confirmation popup when Enter key is pressed". However it doesn't seem to work. When editing my form, if I enter a new value and press enter,
List report with totals for Group and Subgroups
I have a List Report with Groupings of Division, Department I total some numeric column Now I get Totals for Department and totals for the whole report (the whole company for all records included in theForm. How can I show a row of totals at the end of each Division?
Does Zoho have a feature to create virtual membership cards for clients? Or any ideas on how to achieve this?
We are establishing agreements with companies to obtain discounts for our clients. We want the clients who wish to participate in these agreements to have a type of membership or affiliation card that they can present at these companies to receive the
Zoho Creator - Multi Select Options as a New form
I have a form in Zoho Creator with a multi-select field named Software. For example: Task: Task A Software: Software 1, Software 2, Software 3 I need to create a new form called TaskSoftware that will store each Software entry as a separate record along
Multi Select list as new report
I have a form in Zoho Creator with a multi-select field named Software. For example: Task: Task A Software: Software 1, Software 2, Software 3 I need to create a new form called TaskSoftware that will store each Software entry as a separate record along
Checkbox not displaying correctly in subform
Greetings: I have shared my app (wv) with support. I am having problems with a checkbox field not displaying correctly in a subform. The main form is called volunteers and the subform is called volunteers_subform. The field in question is called roles. When you access the subform by itself the checkbox lookup displays as checkboxes. But when you view it in the main volunteers form, it displays as a multi-select dropdown instead. I have attached jpegs showing the difference. Any thoughts?
Distributing vertical platform built on Zoho Creator
Over the last 12 months we have developed and refined a Field Service Management platform using Zoho Creator. Our USP is that we will combine the best of two worlds, by giving free access (besides the Zoho licenses) to customers which in return for a
Google Analytics
This is a small but useful feature, maybe part of the impending custom domains for applications: For each app's settings page (i.e. https://creator.zoho.com/admin/app/settings/edit/) add a field to include a Google analytics code so we can get some stats on usage
How to remove form focus
I am using zoho creator for sales forms on my website. At some point in the last year, it seems there was a "usability" update, which automatically applies a focus to your fields (https://help.zoho.com/portal/en/kb/creator/developer-guide/forms/form-usability/articles/understand-field-navigation).
Zoho Creator - Email for Non filled users
I created a form in Zoho Creator, and I want to implement a feature where, if any user does not fill out their form for the day, their names are listed and sent in an email. If everyone has filled out their form, an email stating that all forms have been
Signature Field
Hi, anyone have used some hardware as Wacom Signature to collect the signature in the zoho creator signature field? I'm not able :( Are they compatibles? Thanks Mike
Integration between WorkDrive and ZohoCreator
Can see the integration between WorkDrive and other Zoho Apps is slowly developing. What is the planning to integrate WorkDrive with ZohoCreator?
Zoho Creator and Zoho Analytics Error
Hi Team, I faced an error while importing data from ZOHO Creator with ZOHO Analytics. Attaching the screenshot for your reference.
Hot to redirect based on condition
Hi all, i want to redirect to another url based on some logic.how can i acheive this. can any one help Sree
Zoho Creator Down is Chicago
Slow, very slow.
Extracting "values", and "tuples" nested inside a JSON
Hello, I have some inquires I would like to make in reference to the code below, We are using Blancco API, to populate reports from Blancco into our form, we are using the getJson() function to populate the data; I have been able to extract the data up
Zoho Creator - Creator 5 to Creator 6
Hi Team, I need information about transitioning from Zoho Creator 5 to Zoho Creator 6, including the new features available in Zoho Creator 6. Additionally, I need to determine whether our organization is currently using version 5 or 6 and understand
Hiding date field [dd-MMM-yyyy]
ZHC is showing [dd-MMM-yyyy] next to my date field. How do I prevent this?
Way to update the data?
I was wondering something I made a pivot table using a 3 a SQL query table that combine 2 data sources. So this table as filters and all the data I want. But i was wondering if it would be possible for a user (given the proper right) to have some sort
Feature Request: Recycle Bin for Creator Records
I would like the option to be added to restore deleted records from views / reports in Zoho Creator. If records are mistakenly deleted or if a scheduled maintenance task goes wrong the outcome can be disastrous, I appreciate that there are backup options
Dropdown choices based on selection from another dropdown
I have a form with two dropdown fields. Is there any way that I can have the dropdown choices for the second dropdown field change based on the selection from my first dropdown?
Book mark for very large data reports
My users will need the ability to bookmark report rows for retuning back to them at a future date. Can such a feature be made available in Zoho Creator for a "wish to review" again row in my report?
Hiding Sections
According to the Creator new help page for sections, https://www.zoho.com/creator/newhelp/forms/fields/section/understand.html, it should be possible to hide or show sections (and in-turn all the fields that are inside a section). However, I am not able to do this, neither in Form Builder or using Deluge Script. How can I hide/show a section?
Schema Builder diagram, how am I supposed to read the microtext?
I am hoping there is a way to capture and transfer the schema builder's output to a web or desktop app where it can be magnified without losing fidelity and studied accordingly. The Creator schema builder is great in concept, but limited in its visual
Next Page