Pivot chart axis reverse order
Hi I’d like to create bar chart whose Y axis is reverse order. Means smaller value will show higher. Please advice.
Azure SQL Database
How do I make a live connection to SQL Server on Azure from ZOHO Creator?
How to have a graph (from the values in the entry) show in the record summary?
Is it possible to build one/two graphs form the data inside a record and show those graps in the record summary/print summary? Thanks
Field in a record to be updated based on some conditions in another condition on the same form.
I am new to Deluge Scripts so am posting this issue here so someone can assist me. I have a form with the following fields. (1) Date, (2) Priority, (3) Due Date, (4) Past Due Date Priority is a drop-down field with three options namely High, Medium and Low. High Priority will have 30 days, Medium will have 60 days and Low will have 180 days. Below is the scenario: If someone enters date into the Date field and selects High from the Priority drop down field then automatically the Due Date should
Add AVG value of selected records into dashboard
Dear all, I created a Dashboard and displayed a report up in the screen. Right below the "List" report I'd like to add a field that displays the AVG value of a "VOTE" field that I'm displaying up in the screen. This field must be dynamic because it should reflect the average vote of the above selected report. Say for example the report is displaying all the votes a student got for multiple topics, it has multiple lines per student with different votes depending on the subject. The field should calculate
Round to the nearest 5?
Hi, Is it possible to round to the nearest 5 or so in Zoho Creator? So 30.5 would round down to 30 and 30.6 would round up to 31 and so forth? I'm sure it's an easy answer and I'm over-thinking this... Thanks
QUERY
Can we use a SQL Query in ZOHO Creator; I have a form and then I want to have a query based on information contained in the form report; Can we create a form which can query this report
Date Time Format
Hi I have to create a calendar entry as follows: Departure Date and Time Arrival Date and time I would like the date and time to be displayed as Date: Hour; Min and no seconds Can I have both these vaues displayed side by side ( horizontally) rather than one after the other vertically
Email Quotation through 'Quotation Management' App
I'm new to using Zoho, and been playing about with the 'Quotation Management' app, pretty much set it up the way I want it (not really changed that much from original app), There is a decision box for emailing the customer the quotation, but it is actually sending 'You've been granted access to Quotation Management by Company Name' email, where I thought it would send a PDF document with the actual customer quotation details?. Can anyone point me in the right direction? Thanks in advance, John.
How to Move a Record from One Form to Another Using Condition
Hello, I've seen one or two similar questions regarding moving data from one form to another, however it did not involve the same scenario and testing out the code (customising to my own variables) on their solutions, did not work. So I just created a new database, I'm new to Creator since it's to replace an old database. I currently have one form/report named "Live" (since they're live jobs being dealt with), and another named "Archive" - used for what jobs have been completed... but keeping a log
One Dashboard for customers with only their personal data
Hello, I want to know if I can make a Dashboard for customers that when they access they only see information they have submitted? I want to create an app for customers so they can see how much money they have spend in our products. Thank!
How to change account status and send email to customer (non-repeatedly)
Hi, I have created a client form. On the form, I have 2 options being "Operational" and "On Hold". I have created the code that triggers "On Update" an email is sent to the user about the account change, however, I can't figure a way to stop it doing it - as in only once. Each time I update the form it resends. Do I have to capture the existing status and compare or something similar to only send it once? Thanks
ist of URL's to be whitelisted for using zoho projects
List of URL's to be whitelisted for using zoho projects without interruption, as there is no direct access to any application in our environment.
Date-Time Error on record update,
Hello I have this simple loop script to update a date-time field with a date/time specified. I have the variable being passed in as a DateTime, but im receiving and error that the timechange variable needs to be datetime? It already is? Can you look and see why this is erroring out? //Define the query to locate all the records that match a zip code. query = "Zip_Code:equals:75056"; //Create the list col_leads = zoho.crm.searchRecords("Leads", query); //Date-Time for the record update. timechange
Tree view
I would like to have a tree view, like in the Windows file explorer. It would be really easy to see all the child and parent relationship with this. Does somebody has ever developped something like that?
Records before x days from today
Hello, I want to highligth in red in a report all the records that has their update time, for example, at least 15 days before from current time. So, in others words, all the records that are older than 15 days, make those records red in the report. Is it possible? Thanks!
Displaying images in form
I have picture field in my form. I want to see the picture when editing a record. How can I do that ?
Is it possible to print a Map Report as seen on screen using either the print or export to PDF button?
Hi, I have a client who wants to print a map report on C5 as seen on screen. I haven´t been able to find a way to do this, any ideas? Thanks in advance
Detail View of Lookup-field-link has no edit- and delete-option
Hello, I'm having an issue with the Detail View in the recently updated look of Zoho Creator. In the average case the Detail View gives the possiblity to edit, duplicate or delete the record. (As long as it is enabled like shown in 4: the settings of the linked record) But if I'm following the link of a Lookup field to the linked record as shown in 1., it doesn't show the buttons in the upper right corner. (compare 2.) By using a report of the linked record, the Detail View shows the buttons correctly.
Generate a report pulling data from multipule applications.
Basically i have multipul applications 1) All Horses 2) Farrier 3) Vet work I want to create a report where i can show all activities that the horses in "All Horses" have had completed. Thanks in Advance JD
Linking to local network files
Is it possible to remove http:// prefix from the URL field ? My files are located on the network drive eg. Z:\FOLDER\PDF_FILE.pdf When using URL field it forces browser navigate to http://z/FOLDER/PDF_FILE.pdf instead of file:///Z:/FOLDER/PDF_FILE.pdf How is it possible to link to local files for local network use?
Lookup Fields
Hello, I am new to zoho creator so forgive me if I use the wrong terminology. I have created an Inspection request form. I have a lookup field that looks up the permit number from another form called permit information. The permit information form contains permit number and the building address. How can I get the building address to a user input report without having to select is on the inspection request form?
zoho creator totaling subform error
Hello I am trying to add qty's in subform When I add a new line in the subform I am getting the following error The below is the code I am using input.Total_Training_Cost = 0.0; for each line in input.Attendee_Signature { input.Total_Training_Cost = input.Total_Training_Cost + line.Currency; } Thank you for any help you can offer Kind Regards Amanda
How to create a record in a Creator form from a CRM function with Integrator and Subform fields? Using zoho.creator.createRecord()
I want from a custom function in CRM, create a record in a Creator form, sending data from the CRM. The problem seems simple, but I can not fill in all the fields that the form has. I can create the record, and fill in basic fields like text or date, but an integrated field with CRM, no. Neither do the fields within a subform. This is my "Visitas" form. ("formLinkName") mp = Map(); Visitas_del_dia = List(); visita = Map(); visita.put("Oportunidad","68916000001564945"); visita.put("Hora_Visita","12:30");
uploading images to google drive
My question is how to upload images to google drive form zoho creator. If you know Please guide Thanks in adavnce
Zoho Creator-Tasks Done
In the Tasks Done application, how do you change a tasks status to complete?
Can't change field value from custom button
Hi, I have been trying to get a custom button in my stateless form to change one ore more field values in the form. Using the syntax input.SomeField = "SomeValue"; works fine when used in onLoad actions or any of the field actions, but it does not seem to do anything in an on Click action? Ist this deliberate? Is there a workaround? Am I missing something? Thanks in advance!
Add Button
I've noticed in one of the example applications there's a facility to add a button to a form, but I can't see this function in my version of Creator - see below: Any ideas? Martyn
Hide sections from non-admin users?
Hi Zoho, I have a few sections in my app that I would like to hide from users that are not an Admin user (or to show it only to me). How can I do this? show/hide button does not let me specify the users. Thanks! Ravid
[Suggestion feature] Double-click to row edit mode
From a list report, it would be really great to be able to double-click a record to enter some sort of row edit mode. Where only that row's columns can to directly edited from the list report view. At the moment, the spreadsheet report has big limitation: not more than one person can edit the records at the same time and no on-load workflow can exist. With having only one row at the time been edited in a "edit this row" mode, multiple users could work on the same report at the same time and on-load
customer login profile as system field
Hello I would like to use the customer login details to filter reports/data etc. Is this possible? Thanks Amanda
All Emails going to spam folder
All my emails are going to spam folder, irrespective of the formatting. This is a very serious issue and is affecting our business. I would request the Zoho team to come up with a solution quick or I will have to move to some other provider.
Adding a Booking Reference field
I have a form for booking customer flights. I need to create a booking reference. Can anyone suggest how to. I want the reference to be random but I am willing to accept a solution which is more simple
Setting filter to only show items matched to another field
Hello i want to set a filter to only show items that match another field on my form. But when I look at the filter it does not give me the option to say equal to a field it wants me to put in a value. Has anyone else come accross this Thank you Amanda
How to add row to a subform on load workflow/script
Hi, Is it possible tom add rows to a subform on load workflow/script? I want to create three rows to a subform on load workflow/script but i didn't find any solution for the same. Guys if anyone has any solution for this please help me.
Report colum width
Hello, i just have the problem that the colum width seems to be only changable in the IDE. (if you have a total pixel width wider than screen size) My question is now, what's best to do with different screen sizes when using web only. You only can use px width not %? (Attached picture from the IDE) Now i have 5 colums and make them eqal on my screen should not be a problem, but it would be nicer to give % values, so that on another screen, they can see all without horizontal scrolling. Another thing
Retrieve relational drop-down list ID
I need to retrieve relational drop-down list ID, I have used following script: temp = FromA[Relation DropDown == "Variable"].ID; Relation DropDown.select(temp); but error appear Thank you in Advance,
error
Hi, I'm seeing this while trying to access my data. I
JSON Response
Hello, Can someone tell me what I'm doing wrong, I want to fetch the tax_total from Zoho Books using a geturl function. The function which I made is written below: //API Books headerMap = Map:String({"Authorization":"Zoho-authtoken <auth_token>"}); x = getUrl("https://books.zoho.com/api/v3/invoices/" + X + "?organization_id=6231230351",headerMap); //Fetch JSON for MultiLine input.Response_Books_Get = x; //Get Total_VAT response = x.getJSON("invoice"); result = response.getJSON("tax_total"); input.Tax_Total_Tekst
Default Value per user based on user
Hello All, I have a form with drop-down list, this drop-down list contains countries, one user login to the system to show him default value from drop-down list with read only mode For example: User1 --> country USA by default from drop-down list User2 --> country India by default from drop-down list and so on. Thank you
Next Page