We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
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
改进数据库模板字段使用汇总字段
https://ld246.com/article/1712905854673
模板使用关联或汇总时,填充值为数组,所以可能需要使用 index .汇总 0 来访问第一个值,或者使用 range 迭代所有值。
index .汇总 0
range
The text was updated successfully, but these errors were encountered:
🎨 Improve database template field to use relation/rollup field Fix #1…
077944b
…1029
1ae3977
51c7897
f80aba5
🎨 Improve database template field to use relation/rollup field #11029
bf1834f
88250
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
改进数据库模板字段使用汇总字段
https://ld246.com/article/1712905854673
模板使用关联或汇总时,填充值为数组,所以可能需要使用
index .汇总 0
来访问第一个值,或者使用range
迭代所有值。The text was updated successfully, but these errors were encountered: