Skip to content

How to overwrite computed value? #62

@stx-chris

Description

@stx-chris

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions