gristlabs/grist-core

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

Open

#732 创建于 2023年11月8日

在 GitHub 查看
 (4 评论) (1 反应) (0 负责人)TypeScript (3,613 star) (168 fork)batch import
enhancementgood first issue

描述

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.

贡献者指南

[Enhancement] Add API call to evaluate formula(s?) in the context of rows · gristlabs/grist-core#732 | Good First Issue