如何仅根据 Qliksense 中的选择 table display/populate a table?

How to display/populate a table only based on selection table in Qliksense?

我有两个 tables:

它们由 CustomerId 链接。目前,我在 Qlik 中的 sheet 上显示 table,在第一个 table 中选择 CustomerId,在第二个 table 中显示值已更新。

不过,我想从空的第二个 table 开始,然后仅在第一个 table 中选择 CustomerId 时将其填充 in/populate table。我该怎么做?

你实际上不能触发在特定 table/chart 中被 selected 的东西,但是因为在图表中 selecting 实际上是在制造一个 selection 那么你可以有基于 selected 值的计算条件。

Qlikview

当图表属性打开时你可以有计算条件。例如: = GetSelectedCount("CustomerId") = 1

您可以通过在 Caclulation condiction unfulfilled 部分中指定文本来覆盖默认错误消息:

(顺便提一下,消息也可以是表达式)

Qlik Sense

Sense 的情况类似:

  • select图表
  • 展开Add-ons
  • 展开Data handling
  • 添加计算条件
  • 添加计算条件后,Displayed message 输入将出现
  • 在其中输入一些消息以覆盖默认消息