Skip to content

[Feature Request]: Computed Table Cell #13732

@rockerest

Description

@rockerest

Description

It would be very nice to provide a light-weight formula option as a cell type.

Some formula commands could be basics like:

  • +
  • -
  • /
  • *
  • >
  • <
  • ==
  • >=
  • <=
  • !=
  • cell() (by name, or some id)
  • and()
  • or()
  • not()
  • empty()
  • etc. (string commands, date parse, stringToInteger, etc.)

Use case

Anyone who wants to do simple "tracking" of data.

For example, I track my home brewed pourover coffee.
Part of that is coffee-to-water ratio.

If I have a column that is coffee weight and a column that is water weight, the ratio is simply water / coffee, but having to get a calculator out and enter that number manually is annoying. Having a simple computed column that's just something like:

=cell('Coffee Weight') / cell('Water Weight')

would be very nice.

Anything else?

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!

Metadata

Metadata

Assignees

Labels

storyFeatures perceivable by end-users

Type

No type

Projects

Status

🆕 *Untriaged

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions