Insert url automatically
Hi, My form has the following fields Month (Dropdown Choice) Results 2009 URL Link Name Depending on the Month value I need to insert the URL with Link Name EG Month = January Therefore if (input.Month == "January") input.Results_2009 == URL and Link Name = Results. Field "Results 2009"does not appear in script Field Actions Thanks
Fun Discovery! :)
Messing with creator.zoho.com/mobile And saw this parameter in the URL of the views.... http://creator.zoho.com/mobileapp.do?zc-mobile=true&appname=rec_nav&sharedBy=srhyne&deploy=true Ok, so if you want to use/experiment with the styling of the mobile views.... Just add this zc-mobile=true parameter to your embedded forms and views and have fun with it :) <div elName='zc-component' viewLinkName='embed_chart_test' params='zc_Header=true&zc-mobile=true'>Loading View...</div> Everyone post before and
Character encoding fix!
ZC Support, When are you going to fix character encoding? I mean if i have "www.example.com?password=pass"+"&username="+zoho.adminuser My &username get's turned into & ALL THE TIME! IT ruins my strings sometimes to the point where they no longer work. The same goes for html tables! When I PUT <td> </td> ZC turns that into <td> </td> which then makes my table borders go away. Or should I just be \ 'ing all of my special characters?
Upset- Thought issue was fixed
Hello Help, I am very upset at the moment. I have had issues before with being able to provide edit permission to other users. Currently, one of our staff has been making edits to records under this username: ghfarmcamp. They have been given developer permission from my main account, username: mercin. None of the edits they have made have been recorded! This has wasted hours of her time up to this point. I have talked to help before on this issue and was told it was solved. It is not. I just tested
Re deploy to Google App Engine
Hi, 1,Could please tell me that GAE can support Deluge Script or more ZC function now? 2,The GAE support Java right now,so ZC can convert java fomat not only Python fomat? Thhanks Stanley
Slow system! looping when pickinglist tries to find data
Hi During the last week, I have found that ZC is very slow, (if working) when I put in a value in the below picking list and in picking lists in general. I have tested our band width and this is okay. Furthermore I have tested it on both IE and firefox. The problem is the same. I have also tried to delete cookies etc. My application is AFB System 2.0 and the form is called Request to MMDT. This is open to support Br Skouboe
Implementing Entiry Relationship in Zoho Form
Im quite new to Zoho but made MS Access database in the past. My problem is the database I am developing. I am making a accomplishment reporting system. The following are my entities and their Entity Relationships: Office which relates to many tasks (One to Many ER). Each task has many activities (Again One to Many). Each activities has also many outputs (e.g. training activity that aims to train teachers and develop lesson guides, which is again One to Many ER) My problem is I dont know how to
Implementing Entity Relationship
Hi all Im quite new to zoho creator but knowledgeable in using MS Access. Hope you can help me in my problems I have listed below. I am making a accomplishment reporting system. The following are my entities and their Entity Relationships: Office which relates to many tasks (One to Many ER). Each task has many activities (Again One to Many). Each activities has also many outputs (e.g. training activity that aims to train teachers and develop lesson guides, which is again One to Many ER) My problem
Need help on my database
Hi guys, I need help on my database I am developing. I am making a accomplishment reporting system. The following are my entities and their Entity Relationships: Office which relates to many tasks (One to Many ER). Each task has many activities (Again One to Many). Each activities has also many outputs (e.g. training activity that aims to train teachers and develop lesson guides, which is again One to Many ER) My problem is I dont know how to implement ER in the Report form I am developing. I
Add color to old assignments?
Hi, I wonder if it is possible to add some kind of marker or color (colored text as well) to all assignment which are more than 30 days older than the registrered "added time". I would like to have this done in my view of over due assignments. Br Dennis
open link in new window
Hi I would like to be able to open another form from my existing form via a link. But it would be necessary for me that the new form is opened in a new window. Is this possible? Br Dennis
Graphics in Creator view
I cant make graphics in view, cause the only field number in my applicattion is the age of a person, then when i want to know some field for the graphic the viwe forced me to use the age instead of the number of entries... Anyone knows how to use any field X number of entries in application to make graphics??? thanks
Zoho Creator - Import xls
no Finish button visible dlw0193
zc_LoadIn=dialog for existing record.
Hi all, I'm trying to get the ajax-modal window to open for an existing record with the zc_LoadIn=dialog arg and it's not working for me. Form is loading in new window. Here is my code: theDeal = Deals [Deal_Name == input.iDeal]; pathDeals = "/ensobase/home/Deals/record-edit/All_Deals/"; lnk = "<a href='" + pathDeals + theDeal.ID + "?zc_LoadIn=dialog' >Deal</a>"; Any ideas? tt
No rebranding
Ive tried to upload my logo (rebranding) and received an error message telling me to upgrade my account. In my plan (10 users on zoho creator) i have rebranding included please help me thanxs
HTML View and Mobile access
Hi, I am unable to access a HTML view from a mobile device. Before I go any further I want to verify with support that Views of HTML type are accessible from the mobile access point. A pointer to where this is discussed in the Creator help system would be ideal. Thanks, Tony.
Unable to delete application
I recently decided to install Project Manager Plus from the Zoho Marketplace, but after using it I found that it did not meet my needs. Unfortunately, whenever I attempt to delete this application, I get an error saying that I can't delete the application. What's going on? Also, when I installed the app two apps were installed: Project Manager Plus, and Project Manager Plus 6.0.
Help with Deluge Scripting, please!...
I would be grateful for anyone's help! I'm trying to do the following: I have 2 Forms: 1) MEMBERSHIP INFO 2) TABLE_MEMBERSHIP I have created two fields in "MEMBERSHIP INFO" form: "Membership Level" and "Membership Price" The "Membership Level" field is a drop-down list that is Looking Up pre-established Member Level information within the TABLE_MEMBERSHIP form (specifically "Member Level" and a corresponding "Member Price"). I would like, when the user selects from the drop-down list in the MEMBERSHIP
speed
Creator team, Starting this week, we are expeiencing yet another round of MASSIVE speed issues. We are in China. The speed of entering information has slowed down so much that all my users are complaining to me My programmer has an even bigger issue - he cannot save his scripts while editing the app. PLEASE, PLEASE HELP!
Zoho Facebook App & Zoho Creator
I'm wondering if there is a way to interact with my Facebook wall, create posts or notes, links,... for example from a Deluge script running within a Creator App. For example, I've created for my sole usage a Creator App where I register all the TV Show episodes I have pending to watch, and each time I watch a new episode, I'd like to post a new note on my Facebook, (using a custom action for ex.). At the moment I update my Facebook status by sending an email to my Ping.fm account, which in turn
nested if alternative (select/case) equivalent?
Hi all, Relatively new to advanced features of zoho creator, and i haven't found an answer after a quick glance at the online help. Essentially i'm trying to associate a label to a record based on a numeric input in a form, as in when a user enters "1", zoho will create a label "category 1", if a user enters "2", zoho will create a label "category 2", &c. I want to avoid using nested if statements because of how many numbers need to get checked against the table, so i was looking for a select/case
Is there a way to link Creator views (tables) into Sheet?
I'd like to use Creator as a data-entry console and then view, track and modify the results as various reports in Sheet. Is this possible? Thanks! Sean
Has anyone created buttons that can execute SSH commands
Hi everyone, i would like to thank any responses in advance. I have started to play with the zoho creator and i was wondering if there is a way and if any has any insight to be able to run ssh commands inside the application. We want to be able to control some hardware with our database. Thanks.
zoho creator
Hi, Its pretty good to work with this. But the answer sheet seems to not loaded instead of refreshing when anybody enter data in front end. Thanks venkadesh
good
This is the best website on the whole internet i have ever seen to create forms.Thank You ZOHO!!!!
A twist on autonumbering
I have implemented the autonumber solution in one of my applications, and it works perfectly, but had a question regarding the duplication of a record. In my application, the user enters a bunch of information about an event. When the user clicks the submit button, the On Add > Validate event will process the autonumber script. But in this application, there are many instances where one event doesn't differ too much from another, so using the duplicate function built into Zoho's list view would
Multiple forms embeded in an iframe or ?
I have created my app and it works great when I am in creator. Now I want to embed a portion of the app in my web page. I am looking for a couple of hints and other peoples experience. I am not a web site developer, I have created some basic web pages using iweb that is the extent of my web site development experience. My creator app has 8 forms that I am sharing so that a visitor may fill them in. Based upon choices they may fill in as few as 5 forms. My Experiments Same Window Option If I embed
Suppress Custom Action after execution
I have created a custom action on a view for each record ; however, once the user clicks this once, I would like to not show (suppress) this action.
Sharing Complete Application
Hope this isn't a too dumb of a question .. but how can I send over a complete application to another user? -bob
How can I get rid of Project Manager Plus?
I decided to try Project Manager Plus a short while ago, but found that it didn't meet my needs. When I tried to delete the app, I was met with an error message saying that I was unable to do so and to try back later. How can I get rid of this app? Also, when I installed Project Manager Plus, two applications were installed: Project Manager Plus, and Project Manager Plus 6.0.
Creating an aggregate report
Hi, I am new to Zoho creator. I have developed a database but now on my dashboard want to create a table based on dates. Essentially, I want it to show me the totals by month. I have no idea how to do this - any help would be appreciated. Thanks Andrew
How to use the JSON input
Hi I have a Database and I want to use the JSON stream in my app. However I cant see it working. I am not a JSON expert but after googling it seems I need a key in order to be able to import it into my web app. Please let me know how can I use this.
Formula = NULL after bulk edit
I have a major problem with a formula field who concatenate some text (one email and two single line). When I make a bulk edit, witout touching the fields in the formula... the formula came to NULL. I have to edit and submit one by one to get my value back. Any tips about it ? Thanks Pascal | nsisolution
Equivalent to SQL join?
I've got an application with a Contacts table and a Journal Entries table with a one-to-many relationship between them (e.g. a contact can have multiple journal entries). The Journal Entries table has a Lookup field on Contacts.ID to accomplish this. I want to provide my users the ability to search for Contacts by Journal Entry. The intent is for somebody to be able to note something about a contact and then later be able to search for them by it. In SQL this would be handled by a JOIN statement,
Newbie looking for help creating "if" syntax
I am creating an activity sorting application. I want to be able to calculate the amount of time allocated to certain categories of activities. I am working with these two fields: Field: Time_Spent (numerical value of hours spent/allocated to a particular task) Field: Frequency (checkbox list that includes: "Daily" "Weekly" "Monthly" etc. What I want to make happen: When selecting a value (checking the box) in "Frequency", if user selects "Daily", multiply the value in "Time-Spent" by 5 and place
Can I send a notes field (or just images), using Send e-mail function?
I was trying to send e-mails with some rich HTML features, but it seems that there is limited functionality there. For example, I can include links or tables, but I cannot include images or attach files. I thought I've found a nice workaround: I've made a stateless form with just 2 fields, a notes field with all my e-mail content (links, images and all) and an e-mail field. On submitting the form, an e-mail is send to the address provided, containing input.mynotesfield. As it turned out, the noted
Views still will not print in IE
Greetings all... I was excited to see the Print option available from the More Options menu in a view and was hopeful that the print problem in IE had been fixed. But alas, no. You still cannot print views with data that spans more than one page in IE. It works fine in Firefox, but since the majority of users still use IE this remains a serious issue for any deployment of applications. Is this issue being worked on? If so what is the time frame for dealing with it? Thanks, Joel
problem with import "Finish" button, not there
The button is not showing up, so users are unable to complete an import. Can you fix the code on this?
multi-part form
Can this tool allow you to create multi-part forms? for instance a general section and detail list: name: date: month kWHrs Gallons Therms month1 xxx xxx xxx month2 xxx xxx xxx month3 xxx xxx xxx I imagine it would have to be two backend tables tied together with a primary key. Also, can you export data in CSV format?
[Feedback] Create App - Finish button is missing
am trying to Create App by importing simple XLS. The test import works, looks great, all labels correct, 5 rows visible. It says 'Click finish when you're done' - but there is no Finish button! So I cannot proceed with the full import. Help! Michael
Next Page