> ## Content Index
> Fetch the complete content index at: https://kr.vizney.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# 태블로 대시보드 뷰 URL 생성 규칙
- URL: https://kr.vizney.com/tableau-view-url-pattern/
- Published: 2024-08-15T03:00:25.000Z
- Updated: 2024-08-15T05:29:08.000Z
- Description: 태블로 서버(Tableau Server) 또는 태블로 클라우드(Tableau Cloud)에 화면을 배포할 때 URL이 생성되는 패턴입니다.
- Author: 황예환
- Tags: Knowledge Base

기본적으로 태블로에서 가이드하는 URL 구조는 다음과 같습니다.

- Default 사이트  
<http://<servername>/#/views/<workbook>/<sheet>>
- 다중 사이트  
<http://<servername>/#/site/<sitename>/views/<workbook>/<sheet>>

[뷰 URL 구조Tableau Server 2022![](https://help.tableau.com/favicon.ico)Tableau![](https://help.tableau.com/current/pro/desktop/ko-kr/Img/url_structure_view.png)](https://help.tableau.com/current/pro/desktop/ko-kr/embed%5Fstructure.htm?ref=kr.vizney.com)

한글로 워크북, 대시보드, 시트 제목을 생성하는 상황을 감안하여 각각의 항목들이 구조화되는 패턴은 다음과 같습니다.

- **<servername>**과 **<sitename>**은 설정한 값으로 표시됩니다.
- **<workbook>**과 **<sheet>**에 설정한 텍스트는 다음 규칙에 따라 변경됩니다.
  - 영어 유지
  - 숫자 유지
  - 한글 및 기타 언어 제외
  - 띄어쓰기 제외
  - 언더바(\_), 대시(-) 유지
  - 마침표(.)는 언더바(\_)로 대체
  - 기타 특수문제 제외
  - 위 규칙을 수행했을 때, 동일한 이름이 있거나 빈 이름일 경우 언더바(\_)+난수(16자리) 추가

💡

태블로 서버 또는 태블로 클라우드 상에서 워크북, 대시보드, 시트, 데이터 원본의 이름을 바꾸는 경우에는 URL 주소가 변경되지 않습니다.