Sep 21, 2016 11:16 PM
I want to put the result of another field in place of [#] in the formula: DATEADD([date], [#], ‘units’)
I’ve tried enclosing the field name in [] {} () but nothing seems to work.
Am I missing something?
Sep 22, 2016 11:31 AM
That field works, as long as it’s a number field only - as I edited in the above reply, it seems copying from the lookup and pasting into a number field for every new record is the only solution.
Any idea for how to remove the extra time format in the result of this DATEADD formula?
Sep 22, 2016 11:39 AM
Yup. Simply use an extra DATETIME_FORMAT. :slightly_smiling_face:
Also, I came up with a possible workaround. Please try a rollup field instead of the lookup.
Sep 22, 2016 11:45 AM
Awesome - Rollup and DATETIME_FORMAT all works beautifully now - thanks a bunch for that workaround! :slightly_smiling_face:
(from down under in New Zealand)
Sep 22, 2016 11:46 AM
My pleasure. No worries! :winking_face: