Hi,
In my forms i am trying to generate a unique number every time form is submitted without using java script like this.
So far i have been able to get date using OPEN Document calculation like this
=CONCATENATE( DAY(TODAY()) , YEAR(TODAY()) , MONTH(TODAY()))
But this is not unique, I would like to include time as well, Like hours and minutes.
Something like this
=CONCATENATE( DAY(TODAY()) , YEAR(TODAY()) , MONTH(TODAY()) , HOUR(NOW()) , MINUTE(NOW()))
but its not working for me.
Any help is greatly appreciated.
Thanks
Junaid Inam