Forum Discussion

kalkhudary's avatar
kalkhudary
Helper IV
3 years ago
Solved

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...
  • HotChilli's avatar
    3 years ago

    Get the year from the Date column using Date.Year()  and subtract 2016