Skip to main content
Amelia Kohm 님이 #Tableau Public에 질문했습니다

I've changed the default format for the field called "Fiscal Year_ServiceEntries" to a custom format, specifically: "FY"YY. But that formatting doesn't show up in the filter. How can I change this?

 

Changing the date format in a filter. 

답변 3개
  1. 2021년 9월 27일 오후 8:05

    @Amelia Kohm​ can you create a new calc field like below and use this as filter?

     

    "FY" + STR(YEAR(FiscalYear_ServiceEntries))

0/9000