You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great extension! I would like to use it to suggest a date one year in the future, given a certain start date. I succeeded in formulating the template, but when I want to overwrite the computed value, it re-computes (and therefore resets) its value on each keystroke.
Great extension! I would like to use it to suggest a date one year in the future, given a certain start date. I succeeded in formulating the template, but when I want to overwrite the computed value, it re-computes (and therefore resets) its value on each keystroke.
field:
my_date
(format:DD.MM.YYYY
)computed field:
future_date
template:
{{ CONCAT(LEFT(my_date,6),SUM(INT(RIGHT(my_date,4)),1)) }}
e.g.
my_date:
14.03.2023
future_date:
14.03.2024
(computed)want to overwrite with
15.12.2024
but when I overwrite the computed field, it won't work. Neither does copy & paste. Is there a workaround by any chance?
The text was updated successfully, but these errors were encountered: