Forum Discussion
msauaf
Jul 03, 2021Brass Contributor
NOW() - calculated default value not working
quite express example: a freshly created list "X", with a numeric column "zz" whose default value is calculated, =NOW() zz column: Now open the list and add 2 or more items during t...
- Jul 09, 2021
SOLVED, formula for this case must be "=VALUE(now())", not only "=now()"
msauaf
Jul 07, 2021Brass Contributor
An update: I've just tried another approach. I've created a "tt" number column whose default value is =TIMEVALUE(NOW()). But whenever I add a new item, the related field shows up as BLANK 😕