gristlabs/grist-core

[Enhancement] Add API call to evaluate formula(s?) in the context of rows

Open

#732 aberto em 8 de nov. de 2023

Ver no GitHub
 (4 comments) (1 reaction) (0 assignees)TypeScript (168 forks)batch import
enhancementgood first issue

Métricas do repositório

Stars
 (3.613 stars)
Métricas de merge de PR
 (Mesclagem média 11d 9h) (47 fundiu PRs em 30d)

Description

Within formulas in rows, I can follow references like $Person.Full_Name, if $Person refers to a reference column. Trying to do the same from within an API client is kind of cumbersome, even with the recently-added SQL API support (thanks btw!). It would be nice if I could just supply a few formulas when requesting records from a table, and the values of the formulas get computed and added as additional columns in the response.

Guia do colaborador