maximum function in page
Email_List = max(1,2); /returns 2 Email_List = max(1,2,3); /returns and error message Error at line number : 1010 Number of arguments mismatches how can we find the max of more than 2 numbers? in zoho creator page creation
Sum MAX values based on date
Hello, I am trying to sum max values based on the date column with aggregate formulas. I have the "Jobs" and "Date" columns and I would like to sum the max value of jobs for each year. Is there a way to do this directly with aggregate formulas? Thanks a lot Kastriot
Limit max characters in multi line box
Hi! I would like to limit the max number of character that a user can write in a multi-line box. Is this possible in any way? Cannot find the option when I edit a multi line box.
Information
I understand that the daily limit is 50 emails per day and 500 mb per day, if the plan contract $ 10 it increases these limits? and if another plan contract it increases the limit?
How to find the number of records you have?
The api methon getRecords only supports the maximum of 200 records to be fetched in one call, but how can I find out how many records I have in all? Seems a bit excessive to iterate through a list of getRecords in oder to find out
Find Last Record in Form - MAX Function?
I have a form where the users inputs a sequence number (integer). I would like to autopopulate this with a user input script (when the previous field is updated). Is there a way to find the last record number? I was look for a MAX function or something similar. Thanks,