Forum Discussion
kalkhudary
Helper IV
3 years agoColumn 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
kalkhudary
Helper IV
3 years agojbwtp HotChilli PhilipTreacy Thanks all for this tremendous support. All syntax worked.