directus-extension-computed-interface icon indicating copy to clipboard operation
directus-extension-computed-interface copied to clipboard

Perform computed value based on other fields

Results 23 directus-extension-computed-interface issues
Sort by recently updated
recently updated
newest added

I tried a simple numeric field, get Year from a DateTime field, and store into a float field but nothing updated ![image](https://github.com/user-attachments/assets/e0676498-e1e2-47e0-ae35-c6eb46312781) Thanks for the support

Is there a way to instead of doing this: SUM(SUM(SUM(amount_tax, amount_tax_2), amount_tax_3), amount_tax_4) If possible, can we do it like either these: SUMA(amount_tax, amount_tax_2, amount_tax_3, amount_tax_4) or SUM(ARRAY(amount_tax, amount_tax_2, amount_tax_3,...

Turkish language support added to slug function.