Forum Discussion
kalkhudary
3 years agoHelper IV
Column index based on year
Hello Community, I am trying to create an index column that starts from 1, 2, ... based on my date column where the index column will show 1 for all dates in 2017 and 2 for all dates in 2018, e...
- 3 years ago
Get the year from the Date column using Date.Year() and subtract 2016
HotChilli
3 years agoCommunity Champion
Get the year from the Date column using Date.Year() and subtract 2016