There are several ways to accomplish this task.
One is to enable the printing settings directly in your html page as its shown on this solution below. The other is to place the URL´s as linked text
a. To print the view, place a linked text in the format given below:
<a href="http://creatorexp...
Scheduler is a powerful feature in Zoho Creator that allows the application owner to create timed actions without any user input. These timed actions can be executed periodically based on the date and time values present in your form or on fixed date and time.
Zoho Creator supports three types of sch...
list LogHistory_Report
{
displayname = "LogHistory Report"
show all rows from LogHistory [(Added_Time < '10-Nov-2015' && Added_Time > '01-Jun-2015')]
(
Added_Time as "Added Time"
Added_User as "Added User"
Activity
...
Write the following code within the on add -> on validate block of the Script tab. In the following deluge code, the value of the field PatientID is calculated based on the form values specified for the First_Name and Last_Name and the value returned by the variable zoho.currenttime.
on add
{
on val...
You can manipulate a date field by using the + (to add) and - (to subtract) Operators or by using the Built-in date functions. For example, if you would like to add 364 days to a particular date field, say StartDate and display it in another field, define a formula field named ExpiryDate with expres...
To Edit Multiple Records,
In the following sample, if the year specified in the DateofBirth field is greater than the current year, the submit action will cancel. The script is added to the Form Actions -> on add -> on validate block to validate a new record and in the Form Actions -> on edit -> validate block to...
In a view, the columns are displayed in the order the corresponding fields in the form were created. It is, however, possible to rearrange the columns in a view. To do so:
Right now it is not possible to duplicate a form directly. However, it is possible to do so via script.
(21)
(63)
(35)
(4)
(4)
(2)
(8)
(1)
(1)
(4)
(6)
(3)
(13)
(5)
(2)
(3)
(6)
(5)
(9)
(12)
(4)
(3)
(5)
(4)
(2)
(8)
(1)
(0)
(1)