directus-extension-computed-interface
directus-extension-computed-interface copied to clipboard
Perform computed value based on other fields
I tried a simple numeric field, get Year from a DateTime field, and store into a float field but nothing updated  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.