问题标签 [iccube-reporting]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
iccube - 如何在 Iccube 6 报告中的表格内创建链接?
是否可以在 Iccube 报告 6 中的表格中生成链接?
我想在表格中有一个可点击的链接,该链接是由表格行中的值生成的。
谢谢
iccube - 如何使用fireEvent在icCube中设置选择
我有一个多选过滤器小部件,其中包含一个维度的成员,可将其用作我的 mdx 中的过滤器。通过在 mdx 中使用 @{filter) 可以正常工作。好像过滤器是每个用户唯一的,我想将它存储在数据库中并在用户登录时加载它。这工作正常并将过滤器作为 JSON 对象获取:
在我的 javascript 代码中,我有一个“fireEvent”事件来实际设置过滤器。代码:
如果我在我的 MDX @{filter} 中使用“过滤器”,则过滤器将应用于查询。但是,如果我在我的过滤器小部件中将它用作“设置选择”,它不会应用选择并且没有选择任何内容。
有人对如何使这项工作提出建议吗?
iccube - IcCube - disregard the default member
Is it possible to disregard the default member while calculating the all member during setting up the cube (in "advanced" setting)?
Example: In a stacked column chart the share of the child elements dont add up to 100 percent.
XML Code :
javascript - 如何避免在数据更改时完全刷新小部件?
在 icCube Reporting V6 中,我基于https://www.iccube.com/your-first-html-widget/上的 iccube 示例创建了一个模板小部件。这样做,我把所有的 JS 代码都放在了After render
事件中。
我想在小部件创建时定义和默认一些变量,这些变量可以在使用整个报告期间更改,并用作此小部件中的参数。
问题是,在每次数据更改时,小部件都会完全刷新和重建,也将我的变量重置为默认值......
它是否缺少init widget
我们可以初始化小部件和变量的事件?那么on Data Received
andAfter render
事件将只是旨在管理数据操作和渲染?(关于这些变量)或者……我只是做错了吗?
iccube - 显示报告 - ic3ready 未定义
我致力于在服务器上运行的 Web 应用程序中显示 IcCube 报告。
这是我们使用的代码片段:
当我在独立的 HTML 中运行它时,它工作正常,但是当我尝试在嵌入在我的应用程序中的服务器上运行时,我得到了错误
我将 Wildfly 10 应用服务器与 Java EE 和 Angular 1.5 一起使用。
任何帮助真的很受欢迎。