Forum Discussion
_Janwi31
3 years agoFrequent Visitor
Year Column as Fiscal Year
I want these values๐ to be written as FY 23-24.
Please help me with this.
Hi
as it's a numeric field that won't be possible. You can either change the field type and replace the values or add a new column with the below: if [Column Name] = 2023 then "FY 23 - 24" else [Column Name]
If I answered your question, please mark my post as solution, Appreciate your Kudos ๐
1 Reply
- DOLEARY85Resident Rockstar
Hi
as it's a numeric field that won't be possible. You can either change the field type and replace the values or add a new column with the below: if [Column Name] = 2023 then "FY 23 - 24" else [Column Name]
If I answered your question, please mark my post as solution, Appreciate your Kudos ๐