Skip to main content

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 respuestas
  1. 27 sept 2021, 20:05

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

     

    "FY" + STR(YEAR(FiscalYear_ServiceEntries))

0/9000