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
I have read the docs and checked that the feature I am requesting is not already implemented
My feature request consists of only one feature
Is your Feature Request related to a Problem or Annoyance?
The math field type is amazing for numbers and string concatenation. However, unless I'm missing something there's no way for use to use computed values in a text VIEW field.
Please fill out these Check-boxes
Is your Feature Request related to a Problem or Annoyance?
The math field type is amazing for numbers and string concatenation. However, unless I'm missing something there's no way for use to use computed values in a text VIEW field.
Describe the Feature you'd like
It would be great if we could do something like
INPUT[{someField} == "someString" ? "value1" : "value2"][computableText]
And it would be great if we could do this inline, so we can place this inside a markdown table, for example.
Alternatives
The only alternative I can think of is raw HTML + JS Engine
Additional Context
No response
The text was updated successfully, but these errors were encountered: