기술 자료

How to show/hide the middle of hierarchy fields in the dashboard


게시 날짜: 17 Feb 2023
마지막 수정 날짜: 17 Feb 2023

질문

How to show/hide the middle of hierarchy fields in the dashboard
User-added image

환경

  • Tableau Desktop 2022.4.0
  • Windows 10

답변

Use the sheet selection menu to show/hide sheets.
1. Create a parameter:
Name: show/hide header
Type: string
Value: show, hide
2. Create a calculated field:
Name: filter
Value: [show/hide header]="show"
3. Drag [filter] to sheet1, and select [ture]
4. Drag [filter] to sheet2, and select [false]
5. Create a dashboard, drag a verticle object to the dashboard, and show sheet1 and sheet2.
6. Hide the titles of two sheets, and show the parameter.
 
이 문서로 문제가 해결되었습니까?