Forum Discussion
YEAR and MONTH function
- 5 years ago
Hi, waleed111
I can reproduce your issue here.
I guess that you column "Year A" is of type "DATE".
As mentioned in this document ,function "Year" returns the year of a date as a four digit integer in the range 1900-9999.
It is suggest to convert your column "Year A" to type "text"
Best Regards,
Community Support Team _ Eason
when i use:
Year A = format('[Added Time],"YYYY")
it show me this error: cannot convert value to date.
Hi, waleed111
I can reproduce your issue here.
I guess that you column "Year A" is of type "DATE".
As mentioned in this document ,function "Year" returns the year of a date as a four digit integer in the range 1900-9999.
It is suggest to convert your column "Year A" to type "text"
Best Regards,
Community Support Team _ Eason