Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Merging two columns (Date and Hours)

Hi   I have two columns that I would like to combine:              Date                                       Hour 01-01-2019 00:00:00                 1 01-01-2019 00:00:00                 2   ...
  • stvsurf's avatar
    6 years ago

    You can use the following:

     

    [Date] + #duration(0,Number.From([Hour]),0,0))