问题标签 [spotfire-analyst]
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.
spotfire - TiBCO Spotfire 创建 WoW 增长 KPI
天 | 销售量 |
---|---|
7 | 10 |
8 | 11 |
9 | 9 |
10 | 12 |
11 | 10 |
12 | 11 |
13 | 15 |
14 | 13 |
如果我想根据过去 7 天的总和与之前 7 天的销售额总和制作销售的每周增长的 KPI 图表,我将如何去做?当我在日期过滤器上操作结束日期时,有没有办法让这个 KPI 发生变化?
spotfire - TIBCO SpotFIRE KPI
我有一个取决于属性设置(复选框)的 kpi。然后在复选框列表中,我有两个不同的值:a、b(对应于列 propertycolumn 中的值)。
根据这个值,我想以这种方式计算 kpi 值:具有 propertycolumn = DocumentProperty("property1")(a 或 b)的 amaunt 的总和/总金额的总和(propertycolumn = a + propertycolumn =b)。
- 如果我这样做:数据 -> 使用表达式限制数据 [property1 column]=DocumentProperty("property1") 我只能对过滤后的值求和。IE
- 如果我使用表达式删除限制数据,我有两个不同的 KPI(但我只想要一个 kpi,具体取决于复选框选择的值)。
ironpython - 设置默认值下拉列表 Spotfire
我有一列树不同的值
第 1 列:a、b、c。然后,我有一个链接到第 1 列的下拉列表。
我想将下拉列表的默认值设置为“a”。
r - 如何在 R 中使用 Spotfire Dense Rank 函数以及如何在 R 中实现它?
我需要
Dense Rank
在 R 中计算,就像我们在Spotfire中使用的那样。我在R中尝试rank()
了函数,但那不起作用。为此,您可以考虑下面有 5 列的数据框,例如City, Region, Market, Year, Number_measure
您可以考虑下表进行计算
现在我需要找到并且应该Rank
是Number_Measure
Key
City, Regions, Market, Year
在Spotfire中,此Dense Rank
功能用于参考- https://docs.tibco.com/pub/spotfire/7.0.1/doc/html/ncfe/ncfe_ranking_functions.htm