Skip to content

Computable text fields #573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks done
btonasse opened this issue Apr 27, 2025 · 0 comments
Open
3 tasks done

Computable text fields #573

btonasse opened this issue Apr 27, 2025 · 0 comments
Labels
feature request New feature or request

Comments

@btonasse
Copy link

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

@btonasse btonasse added the feature request New feature or request label Apr 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant