Forum Discussion
Anonymous
6 years agoNot applicable
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 ...
- 6 years ago
You can use the following:
[Date] + #duration(0,Number.From([Hour]),0,0))
stvsurf
6 years agoResolver I
You can use the following:
[Date] + #duration(0,Number.From([Hour]),0,0))