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.
- 3 years ago
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 👍
DOLEARY85
3 years agoResident 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 👍