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

If you clear the input of the original field, the computed interface may throw a error because `[].replace` cannot exists, for example. Or, if we clear a number field, the...

bug
cannot reproduce

When using relational ASUM(a, b) we are getting "Failed to load resource: the server responded with a status of 400 ()", we can't figure it out, what is causing it....

bug

Excellent Extension btw :). Any plans to implement m2m relationship computation (if this is even possible?). I see m2o is available. If not I'm willing to help fund this item....

enhancement

Hello folks, I have a question that I can't solve by myself. I have a many-to-many relatioship as below: - `products` | Column | Type | | ----------- | -----------...

enhancement

Hello, when selecting a decimal value it is always converted to an integer value I find this in interface.vue if (['integer', 'decimal', 'bigInteger'].includes(props.type)) { return parseInt(res) || 0; } if...

Hey, I am new to Directus and this extension obviously, and I am trying to display a computed value in the list view. Is that possible? I am able to...

Hey, the computed field is missing in the overview. It's only visible when you click on the item itself, not in the overview. As a result, I can't use the...

When i try to use this expression: {{IF(NULL(field_m20), otherfield.price, field_m2o.price)}} not working. There is a syntax error?

Is there a way to use this in an Insights dashboard? I'd like to do a simple Percentage label based on 2 columns

Generate Random Numbers