Open
Description
Please fill out these Check-boxes
- I checked for existing similar feature requests
- 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.
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