【发布时间】:2023-03-21 11:35:01
【问题描述】:
我有以下代码用于列出月份的下拉菜单。
<select>
{{ for( var col = 0; col < d.colCount; col++ ) { }} <!-- This is the way adding js code -->
<option value="[Time].[Month].[month].[{{=d.colLabel(col) }}]">{{=d.colLabel(col) }}</option>
{{ } }}
当用户选择一个选项时,应该触发一个名为 month 的事件。我如何在 icCube OLAP 中做到这一点。
【问题讨论】:
标签: html events olap iccube iccube-reporting