在我的 COGNOS 提示页面中,我有一个“生成”按钮。点击它,我调用脚本:
function generateReport(format) {
if(!canSubmitPrompt())
return;
...
..
}
现在,虽然页面上的所有“必需”提示都已被选中,但我仍然收到错误消息:'One or more of the required values are missing. Required values are needed to produce the report.'
我还检查了使用提示的主查询主题上的所有过滤器都是可选的