标签: tableau
我在仪表板,表1和表2上有两张纸。两张纸完全相同,每张纸中有一列值。唯一的区别是工作表1用于过滤工作表2.如果没有在工作表1中选择行,如何隐藏工作表2中的值。
实施例: 这是彼此相邻的床单
如果我点击工作表1中的某个项目,它会按预期过滤工作表2
如果没有从Sheet 1中选择任何项目,我想要隐藏工作表2中的项目。所以它看起来像这样:
答案 0 :(得分:1)
You need to tell the filter action to do nothing when no row is selected.
I've used Sheet 25 and 26 in the example below;
On Sheet 25; go to Worksheet - Actions - Add Action - Filter
Configure your Filter Action as shown below.