我有重复部分的下拉列表,该部分填充了XML文件中的“语言”列表。我想在下拉列表中限制重复的语言选择,但它不起作用。
这是界面,
重复部分与“问题”部分绑定,下拉字段与“Label1”绑定
以下是下拉列表的数据源
我尝试在“结果”字段中添加以下公式以获取重复选择的计数,但它始终返回0,
count(Label1[text() = preceding-sibling::*/../Questions/Question/Label1/text()]) + count(Label1[text() = following-sibling::*/../Questions/Question/Label1/text()])
任何帮助都必须得到赞赏。
答案 0 :(得分:1)
请尝试查看以下步骤,以便在下拉框中正确选择Enter choices manually
步骤
1。)添加验证规则。
2。)在条件下放下
"Dropdown name" is equal to "preceding::Dropdown name" or
"Dropdown name" is equal to "following::Dropdown name"
3.。)给出屏幕提示。
注意:请输入
preceding::Dropdown name
区域中的 following::Dropdown name
和Use a formula