Complete documentation Avail ??
Is there Creator documentation avail for a Zoho newbie that is better than 'quick start guide' ? The guide leaves out a l-o-t of good stuff. If published doct avail either from Zoho or other professional organization it would help. Thanx. Newbie
user_email == zoho.loginuserid
I just discovered in horror that all the views I created with a filter: user_email == zoho.loginuserid does not work any more.... "user_email" is one of the fields in a form.... The intention is to control user access to a set of records in a table; when the user_email is equal to zoho.loginuserid, the user can see a set of records assigned to her. please help...
Help With Email Notification Please
I need an email notification to be sent if a specific date variable in my form is set to today or tomorrow AND the zoho.currenttime is after 2PM. I can't figure this out and I've tried every workaround I can think of. Can anyone help please? Thanks!!!
Column Width
I understand existing bug which prevents width changes will be fixed around Sept 2. What do choices 'pixels' & '%' mean : (a) how many pixels = 1" ? (b) % of WHAT ? Thanx. Zoho newbie
Change default label on Calendar
I created a calendar of events in Creator. When viewing the results, the label (the link you click to get more info about the event) on the calendar day for the event is showing the person's first name. How can I change this label to show instead the Event Name?
Suddenly I cannot submit my form
Hi When I try to submit a form this morgning the system comes with an error saying: "On User Input action is being executed for one of the field in this form. Please wait till it gets over and submit again." The problem is that nothing happens! This is a fatal error to us. We cannot create any request in the system!!! My application is AFB System 2.0, and the form is called Request to MDMT. You should have the access! Regards Skouboe
STATUS VERIFICATION
Hello guys: I have a form named CONTROL_DIARIO, it keeps records on individual house construction development on a project. It pulls the houses' status info from another form, STATUS_VIVIENDAS. The house's lot number in the CONTROL_DIARIO form is chosen by the user in a pullout list fed from STATUS_VIVIENDA 's info. There is a field in STATUS_VIVIENDAS named STATUS, wich describes if the house is being constructed or sold. If a house in STATUS_VIVIENDAS has the STATUS == constructed or sold,
PDF functionality like PHP (FPDI)
Hello We have a few government PDFs. We would like to show a simple online form to the end user. And the form, autogenerates the completed government PDF. This can be done in PHP using FPDI libraries. Can this be done in Deluge? Thanks
Record summary doesn't show hidden columns
Hi, I still can't believe how powerfull and easy Zoho Creator is. However, I have a problem: when I click on the 'record summary' button, the summary that pops up doesn't show the data of the hidden columns. How can this be fixed? I can think of some workarounds, but I thought the 'record summary' function was designed just to show these hidden records easily. Thanks, Maarten maartenzam
Scheduled Report on Creator
Hello: Can a scheduled report based on a View be escheduled to be sent, let's say, to the Directors' email once a week? Thanks Alberto
Print support
Hi You write in your "Working on" list, that you have completed the print support. How is this to be seen in ZC? Br Dennis
Send mail based on submission data from another form?
I maintain 2 forms in order to match buyers and sellers. 1 form contains data from the buyer, and the other contains data from the seller. When a buyer submits their info into the form, I would like a form automatically sent to the sellers based on certain matching info from the buyer. For example, if a buyer is from California, I would like an email automatically sent to all sellers who are also from California. Is this possible? If so, can someone please help me with the script? Thank you!
Unable to Fetch Data/Renaming APP or URL/permalink
Hello.... A problem and a question. I was about to deploy my app (on a deadline) when these issues arose. The Problem: My app form appears to work fine, but I get the "unable to fetch data" error when I try to look at the associated table. I've enabled edit access to support for the app "EVAL." The Question: Because I copied/backed up my app several times, the URL now reads something along the lines of: "copy of copy of copy of..." Is there a way to rename the URL/permalink to something a little
Often need to refresh
Hi, I wonder why my application often need to be refreshed with either a "F5" or I simply need to logout when I slect a value in my picking lists?. This is a generel question and not a specific. Do I do something wrong in my programming? or is our IE the problem? Is ZC the problem? Br Skouboe
Calculating formulas within a form
Hi All I am running a form where values are imported from look up fields which are then categorised into a specific group that is represented by a number. I am wondering if by inputting the number, and not commiting the data to the database at this stage, that I can perform a script or function that would enable me to generate a look up list (checkbox) within the form that then displays specific data relevant to the number input so that I have the ability select choices from a list. appreciate
Calculate Average from Picklists?
Hello.... My form contains a series of picklists, all with responses 1 through 5. I'd like to have a calculated field visible on the form that will display the average of the choices in the pick lists. For example, assume two picklists. One has the value 3 and the other has the value 4. The average, of course would be (3+4)/2 and equal 3.5. I'd like the filed to display 3.5. Alas, I don't have the programming skills to even begin to figure out how to do this. Can you help? Thanks in advance.
URL data type does not persist custom 'target' after edit.
OK, here is another Elephant sized bug that got by the Creator Quality Assurance test team. Create a From with a URL type data field. Populate the URL field via deluge script, including a custom 'target' attribute. Such as:. <a href="http://creator.zoho.com/ensobase/home/form-embed/Task_Manager/DealPreLoadHidden=RECORD_ID#" title="4th - MacKenzie" target="tm">4th - MacKenzie</a> Click the link in Form View mode and watch in amazement as it actually works and loads the target frame. :) Edit the record
How to add multiple image files at once in Zoho Creator?
Is it possible to add multiple image files at once in Zoho Creator? 2000 images need to go into a database, and uploading them one by one is not an option! The import data menu does not seem to handle uploading images... thanks!
Help with multiple field lookup and returning a SUM total
Hi all, We are recent ZC converts and we’re trying to build a Job Management application for a creative agency. The application will manage: - Job workflow (Jobs contain different Tasks and Status’) - Track Hours per Task - Track total Hours per Job - Calculate Invoice amounts - Track Expenses - Generate Profit + Loss per Job The Jobs Form/View has these fields: Client, Job Name, Status, Hourly Rate, Actual Hours. The Logged Time Form/View
polls
I'd like to try Polls, but don't know where to find the Polls home page where I can start creating one. - Gus gblumberg
Export on a googlemap
I would like to see all my clients on a googlemap. Is this possible?
Comparing strings
Hi, I an using the 'Validate on form submit' script to put a value in to a field that is the result of adding two strings together. The script looks like this.. if (dop.MCC_MNC < oop.MCC_MNC) { input.Reference = dop.MCC_MNC + "/" + oop.MCC_MNC; } else { input.Reference = oop.MCC_MNC + "/" + dop.MCC_MNC; } So if the value in dop.MCC_MNC is less than the value in oop.MCC_MNC then the variable will be set to dop.MCC_MNC + "/" + oop.MCC_MNC, and vica versa. The two strings that are being compared can
Zoho Creator Brazil
Hello, I'm beggining to use Zoho Creator to attend some of my clients creating on the cloud aplications. But as we are in Brazil I'm having some trouble with the language. Is there any plans to translate Zoho Creator to portuguese? I saw, for example, that the Zoho Invoice is already in portuguese. If you want I'm able to help you to tranlate it. I'm willing to help. Other question: will be available any soon the sub-form feature? Thank you. Rodny Coronel
Populating Form Fields From Database
Is there a way to have form fields auto populate based on other form data already databased. Example: You have a form that captures employee(s) name, phone, fax, email, etc. You have another form to capture detailed client order information. You setup a "lookup" field to select the employee to assign that order to. You want that employee's e-mail, fax, phone to automatically become fields for that order record w/out having to select each using "lookup" function and selecting from a dropdown.
Application edit access for multiple 'developers'?
I am trying to give two of my users the right to edit my application structure in our paid Zoho Creator account. However, when I go to the application settings, it appears that I can only select one other user at a time to have edit access. Is that correct? If so, that's a problem. Is there a way I can give two other users edit access to the same application?
Yet Another Date Related Problem !!!
@ZOHO Creator Support Team: I have a Form with ... 1) a Date Field (Date_Of_Birth) 2) a Single Line Text field (Age_In_Years_And_Months) 3) in the on User Input section of the Date_Of_Birth field I ... a) call a User Function to Calculate Age based on this Date b) update the Age_In_Years_And_Months field with the result (e.g. 11 years 5 Months) Test Cases: 1) If I change the date by editing the current value (e.g. change 1969 to 1975) ... and then immediately follow up with a click on the Submit
Creator - DOES NOT WORK
I cannot create a new application in CREATOR. Each time I enter an Application Name, and a FORM Name, create from scratch and click CREATE NOW it tells me there has been an error. Ihave tried numerous times. very frustrating.
how do I create a report in Zoho Creator?I
I've entered all the info I need, but can't figure out how to run a report. I've used the filter in the view screen, but want to use more than one filter and would like a tally of certain fields. Can this be done? Thanks!
ERROR Message
I'm trying to create a database using the Zoho Creator Application. I registered for a free account, but everytime I try to create an application and click the 'Create Application' button it takes me to a blank webpage. The limitations for the database are also incorrect - when I look at the settings it says I have 0 space left and cannot add anything else. PLEASE HELP WITH THIS ISSUE!!!
Error migrating Access DB to Zoho Creator
I'm using the new migration tool to get an Access DB into Creator. I'm able to get it into Zoho Reports without problem, but can't get it to upload to Zoho Creator. This is the error message I get: ---------- Please resolve the error and try again " at line 89, column 29. Was expecting: <DATE> ... --------- I suspect there is something about the structure of one of my tables that is causing this to happen. Any clues as to what to look for, or how to know which table is causing this problem?
Zoho Creator Partnered with Elance.com. Opportunity for Zoho Creator Developers
Until today the only source to get projects is through Zoho Marketplace. Today that all changes, we are excited to announce partnership with Elance.com. About Elance Elance is one of the leading site for online work where business users connect with independent professionals to get work done. Elance offers marketing, product, administrative and technology managers a flexible and cost-effective way to get work done without adding headcount. What this partnership means for you? You can bid Zoho Creator
How do I access data after my form has been submitted from my website?
I have a form on my website with an upload feature. Where does all this information go and how can I retrieve it once it's been submitted? Jen
Help w/Scripting - Need to fetch two records from a form
I am using a "lookup formula" on a form and have used the following script to fill in info once the look-up field is selected. The only issuse I am having is that I need to have two fields fill in on user input and I can only get the one to work. The second record is the "Contract_Date" - can the field be named the same on both forms and how do i get a date to work? (as opposed to a string or a number) any help would be appreciated! //checking for a valid selection if (input.Select_File != "-Select-")
Post this comment to Zoho Creator Forums - Funny Option
It seems the option 'Post this comment to Zoho Creator Forums' in your Feedback is not working. There seems to be some issues in import. I need them fixed urgently. I have sent a feedback regarding this with sample data. Thanks, Sakthi
Feedback
Your product is awesome. But there is lot of minor issues that act as deterrence for us to use your tool. The basic functionality like import (which is vital while migrating to your product) is not working properly. Please fix them asap.
Fields missing while Import Data
Some fields are missing after import data. Here is a sample of the file, Date,Customer,Projects,Work,BSC / RNC,BCF / Node B Count,Region,Market,NCR,Status,Done By,Remarks 22/4/2009,AT&T,CX(M)6 CD0.0,Preparation,BMV06,,South East,LA,178294,Completed,, 22/4/2009,AT&T,CX(M)6 CD0.0,Preparation,BMV14,,South East,LA,178294,Completed,,
Backups Don't work. (Again!)
To all users: Test your backups. If you think your application is backed up you better check and try to restore it. I have seen this before, reported it and had hoped that they were working. Related thread: http://help.zoho.com/portal/en/community?ftid=2266000000325153 Zoho Support: Will you please look into this. Step 1. Backup Step 2. Restore Step 3. Access your app. Step 1. (backup up to v4) Step 2. (Restored to 'Copy of EnsoBase') Step 3. (Find that restored application has MAJOR UI issues and
Exporting the data
I have to create more than one view in my form because it was so big.... Now I have a problem, How can I export all the form data instead of exporting view by view.... Thanks
Need help please, Pulling info from one sheet to another.
I am trying to use Zoho for my WW2 campaign for a video game called Red Orchestra. I like that it can be integrated into a website easily. I am new to Zoho and have some questions, First form, The first form that I created is called "Axis_War_Room_Data". 1.Division 2.Unit Name 3.Infantry 4.Halftracks 5.PzIII's and so on. Is there a way to link the input, say for PzIII's, into a 1 line in a spread sheet? I want a spread sheet to look like this Infantry [600] PzIII's [34] and so on from the data entered
Linking Zoho Creator with Zoho Online Reporting and Business Intelligence Service
I used Zoho Creator to create a research database. Is it possible to create an automatic link between Zoho Creator and Zoho Reports so that when I update the Creator file the Zoho Reports related file would automatically update. Can this be done? If so, how do I do this? Thanks for the help. Rick Lillie California State University, San Bernardino
Next Page