gristlabs/grist-core

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

Aperta

#732 aperta il 8 nov 2023

 (4 commenti) (1 reazione) (0 assegnatari)TypeScript (168 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (3613 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor