
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?
3 respuestas
@Amelia Kohm can you create a new calc field like below and use this as filter?
"FY" + STR(YEAR(FiscalYear_ServiceEntries))