Document in pdf
Do you know when we can edit pdf documents (invoices for example)?
Charts in Crator
Why dont u let us create charts in the chart view using one variable and the numerica using number count ( record count)??? Please ad this option to Y axis automatic to choose, will be easier for all of us who does not know how to deal with scripts..... I see te record count in views, but i need to use this in charts Y axis... thanks
List View will not show first set of data
Support: I have a view http://creator.zoho.com/ensobase/home/#View:Task_List_All and it will not show the first page of data. It shows that there are 3K+ of records. When I page to the second page of date the records show. When I go back to the first page of records the view is blank. Shared to support. Please advise. Tony.
Date-Time Bugs Again
This is still when you work with "00:00:00". In my case, it ADDS 3 HOURS. DATE_TIME_RESULT is a date-time field PICK_A_DATE is a date only field TIME is a text string, and you have to type it like 00:01:00 or similar. input.DATE_TIME_RESULT = (input.PICK_A_DATE + " " + input.TIME).toTime(); Try it here using 00:00:00 http://creator.zoho.com/niskypto/datetime/#View:TEST_View
Edit record using cookies?
Hi all, When using the following URL to edit a record http://creator.zoho.com/ensobase/home/Banks/record-edit/BBanks/162899000000097015/, when I submit the form I get the "success" message. However, when my users hit the back button (very common) the form reloads with the old data before the submit. Users have to shift+refresh to get the new data in the form. Is this a bug or should I be using a different URL? tt
Date Flipping
I'm having a very strange problem with date columns. I edit or input a date and after saving the changes, it swaps the month and the day. I've entered the date using both the graphic calendar as well as just typing it, and it always flips the month and day after saving. I've also tried in a bunch of formats: MM/DD/YYYY , MM/DD/YY, MM-DD-YYYY, etc. However, it works fine when in European format, ie DD-MM-YYYY Thanks for any help, and please let me know if there is any additional information that I
Link to an Individual Record
When we send-out an email confirmation, it sure would be nice to include a link to the record. Is this possible? When I click on the Edit link for a record, I can get the hyperlink: (this one's fake for the example) http://creator.zoho.com/mygroup/action-items/ACTION_ITEM_TRACKING/record-edit/ACTION_ITEM_TRACKING_View/161415000000509306/ How do I use code to get this link in an email?
Disable Save Views Function
Greetings all... Is it possible to disable the ability to save a view by the user under the More Actions tab in a view? It still is not working properly (when you save the view no data appears and then when you return to the original view, it is corrupted - all the columns are now hidden). I am very close to finally being able to deploy this app to some other churches but I can't take a chance on someone exploring and corrupting the views for everyone else. Note the app is shared to support if you
Save errors when using grid view
When attempting to edit a record from the grid view, once I click save, I get a pop up window that reads, "1 record(s) could not be updated. Show Details" When I click on the "show details" link, the pop up window expands slightly, but no details are provided. When I use the summary view, and select "edit," I can save changes without receiving an error. This bug slows down data cleanup/data entry considerably and needs to be fixed! Also, I'm getting the same date problems that other users have
Finding equal values from two tables
Hi, I have two tables: frmTempLang & frmTempType. Each table has an identical string field called strInterp. What I would like to do, is find equal values from both tables, and use it to populate a combo box. For instance, the values under frmTempLang could be: frmTempLang John Bob Ted Alex Sandra Jill and the values under frmTempType would be: frmTempType Alex Bob Sandra Fred Milton Karrie Theresa What I would like to do, is execute a script on a control's event that would populate a combo box
Assigning auto generated numbers (not sequentially) based ona criterion
Guys, Please help!! Runner Ranking System Objective: To rank runners in India based on Speed and Distance across categories (distance run, age and gender). Current format of application: Timing input form: this form takes in data from the runner. Fields trapped: · Name · E-Mail · Date of Birth · Gender · Distance run (5 kms, 10 kms, 21.1 kms, 42.2 kms, 50 kms, 75 kms, 100 kms) · Time taken (hh) · Time taken (mm) · Time
Chart
I have a problem creating a certain chart. I have chosen to use the chart: 3d stacked. The only problem is that it won't stack my data. I want certain amounts of the same type to be stacked on eachother (total sum). Instead of this it puts them next to eachother in the chart. Does someone know how to solve my problem without too much programming? Colin
Auto assigned values to a new record based on the values input in otherr fields
hey guys, new to Zoho (and to the tech world, i am a mechie!). Here's the entire outline (attached) of what i am trying to do. Any help (in any area) will be much appreciated! Thanks! i know its a lot to read, but i didn't know how to express the problem any better! Bear with me
Need some help - Tabs
I am trying to set the tabs up where each tab is a different stage for the same account. So if I input customer information form on one tab, and the same customers payment information on another tab, when I pulled up that customer, all tabs would populate with the accounts information. Is this possible? faservices
side by side fields ??
I wanted to know, when customizing the page layout, I noticed in CRM that you can have fields side by side. Is that possible to do in creator? Thanks Cory
Can't receive any mail.
I am using Zoho Creator for my order form now, but i can't receive any email (i am using Gmail and it is Primary Mail ID) after someone send the form to me. Can i know what should i do? Thank you.
Calendar display value
2 questions: 1) How do I select which field is displayed in the calendar item. I know how to select the field the calendar is based on. However, I cannot see where to select the field that appears in the calendar. 2) I have a calendar base on "Due" field and only a single other field so that is the one displayed. This display field is a URL type field. The problem I'm finding is that it does not show the URLs text (which is an asterisk *) but instead it is showing a partial non-clickable piece of
My shared developer user cannot update data values in a checkbox field, but owner can
In a form called "People" I have a checkbox list named "Current Staff Roles". It has worked before properly, and still does for the owner of the app, but my shared developer user suddenly cannot make any selections made in that checkbox list stick, i.e. checking new boxes and "updating" does not cause the changes to appear in the data view. But it does work well for the owner. I have shared the app w/ support. The owner is w21admin and the shared developer user is datazen1. I'm already guessing
Password for new user
Hello! I created a new user and he did not get any emails. How do I send him a password?
HTML view, in print mode, with parameter == error.
I have created an HTML view that generates a custom payment history report for a contact and displays it in a table. I pass in a parameter (contact_id) to allow me to grab payments associated with a contact. I would like to print this report without the navigation elements that are usually present. Normally to print a view I just change the URL from: /#View:Report_Payment_History?contact_id=322494000000019283 to /print/Report_Payment_History?contact_id=322494000000019283 However in doing so I get
In and Not In
Does anyone know the formatting for using In or Not In when using the script builder? I was thinking of doing something like the following (VBA format, as I don't know how to do it in Deluge): If cboStatus Not In ("-Select-", "Booking Made", "Cancelled") Then Expression End If cboStatus being a picklist. Thanks, Leo
Opening URL Function
When I enter data into my form I add an image from a URL. I would like upon success for the new image url to open in a new window. When I try to create this function I get an error. I can not get it to just open the iput field image... it opens the window as https://creator.zoho.com/web864/client-database/
error
hey whats up stephen. im getting an error message every time i try load the page that supposed to come up as a split screen with the rep demo/sale info on the left and the personal info on the right. anything i can do?
Exporting
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
Can you get your data out of Zoho if you want later to migrate it to your own dB ?
OK, so you develope your database using Zoho... and later the decision is made to put your own dB online... say with... MySQL, SQL Server, Orcal, or whatever... or migrate to an inhouse dB like the pre-mentioned or MS Access. Can this be done easily or will it be a large project... or so hard that it wouldn't be worth it... I'm trying to help someone now who is "trapped" in a product that is no longer supported... they have years of data for their very small business... and thousands of records...
Is a "user" anyone who can view the data? (Can you create a public 'view only' dB with Zoho?)
Would someone be kind enough to advise me of the Zoho definition of a "user"... More to the point... can you use Zoho to create a data base that... 1 - unlimited people (public users) can search and view the data? .. club, or community, public database online... lookup whatever and/or... 2 - unlimited people (public users) can key in new records or key in designated fields defined as 'public data' fields ... register on a website ... entering whatever into a web form or dB... 3 - For the terms "Administrator"
Custom form with custom output views
I have Zoho data (I imported from access DB) and, what do I need to create is 1 custom input form and 1 custom output view: Input form will be taking the 1 or 2 parameter(s) and passing them to Zoho database. output(or result set) will display custom (spredsheet like ) view with 3 or more tabs ( view1,view2,view3. ) see this link example i found on some site, this is input parameters and here is the link to output. I don't know if this eaven posible , but if it's , what would I need to do do develop
Full RSS Feed
Hi, Might sound like a dumb question. How to I get a full RSS feed of all items from a form or view. I am struggling as when I export the RSS feed it only displays about 25 items. I have around a thouand items. I have tries yahoo pipes to fetch the csv export however I am not sure how to convert this to an RSS feed. Is there any whay to export and RSS feed that contains all items in the form/view? Thanks
Newbie Needs Help w/ Application
Howdy, I am really enjoying creating applications with Zoho. However, I am finding it difficult to get my head around all of the possibilities because there isn't a manual. Does anyone know of any links or forums that would be good for a newbie to visit? The application I have built has a main form that lists all of our clients, with basic info. I would like to create another form that tracks payments from our clients and would like to import info from fields in the main form (file#, Client Name,
Date - Time fields: Day and Year are being swapped.
Help. All of the sudden all of the dates in existing records for one of my forms the date's day and year are swapped. I enter: 7/20/09 It is saved/returned as 7/90/20 Any Ideas? tt
1)Can u import comma delimited files? 2)Can u export them? 3)Can you have related tables (relational dB) ? 4) MS Access
I'm a newbie and have a project I'm considering for Zoho. Maybe some kind soul will give me a little quid start assistance... 1) Can you import comma delimited files into Zoho dB? 2) Can you export your records back to your PC as comma delimited files? 3) Can you create a relational data base with Zoho dB? 4) Can I import a MS Access .mdb file into Zoho dB? 4a) and maintain the relationship between tables? 4b) maintain all the queries & reports? 4c) maintain all the data input forms? 4d) etc 5 -
Pricing
Just to confirm a pricing question. If we wanted to create an app that was used for employee to enter time (time sheet), and hence these employees would need to individually login to the application, this Zoho Creator cost for this is $175 for 50 employee per month - or $2100 per year to create a time entry page for 50 employees - and roughly double that for 100 employees - and if you reduced this price down to $2 per user per month when you hit 500 employees - this is still $12000 per year??
Alphabetical Order in Deluge script?
I have a field called "Accounts" that is set to be alphabetically ordered in the field preferences. In my form, however, I change the contents of Accounts using Deluge script to filter them according to another selection. When I do this, the returned list is no longer alphabetical. How do i get the alphabetical order back? Thanks!
How to make the SUM to appear in Bold
Hi How to make the SUM to appear in Bold
HTML view and images
I think I must be dumb today. I have spent several hours trying to get a logo to display at the top of my html view. I can display an image that is not in zoho. But I am making an app for someone else and I have a form that they can put in their company info which includes a logo. I can display the logo just fine in my view, I even created a view based on the form and I can display it there. I would embed that into my form but for some reason if I hide every field but the formula field the logo does
Print Button?
I'm wondering if there is anyway to add a "Print" button at the bottom of a created form that will be embedded in a website? I'd like for people to be able to print the form they've filled out before hitting submit or have it automatically print when they hit submit. I'm not good with code or script so if that's what I need to do, help would be appreciated.
EDITING ENTRIES
HI WHEN I TRY TO EDIT AN ENTRY IN ZOHO CREATOR THE EDIT DATABASE SCREEN IS CROPPED AT THE BOTTOM NOT ALLOWING ME TO SUBMIT THE CHANGE. HOW CAN I GET THE FULL EDIT DATABASE SCREEN TO APPEAR. THANKS
Image field
Hi all, On one of our forms we have an 'image' field for passport photos. When in views, I would like this to show as the actual image, rather than the link which normally appears. Is this possible? Thanks!
Cycle 2: Hide, Disable and Change Face Text of Buttons in Stateless Forms
Suggestion: Allow developers to control (via deluge script) the visibility, state and face text of Buttons in Stateless forms. Purpose: Improve the ... - efficiency of designing/developing Applications with Stateless Forms - usability of such Forms at run time Motivation: If Developers could ... - hide/show - enable/disable - change face text of ... Buttons on a Stateless Form ... it would enhance the versatility of the of such Forms ... and the Application in turn. Based on run time conditions,
API Key request not working
Hi Guys, I'm trying to request a AKI Key for another account and the page http://writer.zoho.com/apikey.htm is not working on my side. I always have : Loading...Please wait Thanks Pascal
Next Page