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.
我正在设计的表格中有三个与百分比值有关的问题。现在,我需要确保三个问题的总和不应超过 100。我该怎么做?我目前正在使用 Kobo 表单设计器。
您需要在提示中添加约束表达式。
constraint="(/data/int1 + /data/int2 + /data/int3) <= 100"