Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Google Motion Charts 允许最终用户通过下拉菜单更改最终产品的 x 轴和 y 轴变量。
是否可以为 QlikView 或 Tableau 实现相同的功能?
是的。在 Tableau 中,可以使用带有变量列表的下拉框。您可以添加一个作为计算结果的字段,而不是在图表上放置一个实际变量(我们称之为维度)。
该计算根据参数下拉列表中的选择“选择”要显示的维度/变量。这很简单:
IF [Parameter Name] = "My First Variable" Then [Dimension 1] ELSEIF Parameter Name] = "My First Variable" Then [Dimension 2] ELSE [Dimension 3] END