Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Base 中创建了一个查询,该查询具有基于查询中另一列的计算列(修改后的 sql SELECT 语句)。问题是当我为计算列所基于的列输入一个值,然后跳到下一个字段时,计算列不显示。这是基地的工作方式还是我做错了什么?
这就是 Base 的工作方式;在加载或刷新表单或运行查询时进行计算。如果您想要进行新的计算,您必须重新运行查询或刷新表单。
“刷新表单”是表单按钮可用的“动作”属性,获取计算结果是刷新按钮的常见用途。