Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Continuous date from continuous number

Hello Team,

I have a table that looks like this. I have the number "11" which must be related to September 2020 and all other continuous numbers must continue the date sequence automatically. Can't come up with a variable. Please help.

 

  • Anonymous , Create a column like

    format(eomonth(date(2019,10,1),[Number]), "mmmm-yyyy")

2 Replies

  • Anonymous , Create a column like

    format(eomonth(date(2019,10,1),[Number]), "mmmm-yyyy")

    • Anonymous's avatar
      Anonymous
      Not applicable

      amitchandak would never guess such a straight function. Thank you very much!