Forum Discussion

wilbur750's avatar
wilbur750
Frequent Visitor
2 years ago
Solved

How to get a date from monthly data source?

Hi all   I have a monthly data source which has date columns showing: I am trying to create a new date column that gives 1st of the month for a standard UK date format e.g. top row would...
  • sjoerdvn's avatar
    2 years ago

    My advice is to not create a string, but an actual date column and than add your favorite date format. to create the date (computed) colum: DATE([Year], [MONTHNUM],1)