How to express the Duration type column value โ3:00:00โ in โ3 hoursโ
??
Thnx in advance
Hi @Abu_Md_Moniruzjaman, You may wish to create another text type column with expression
=HOUR([Duration]) &" hours"
where [Duration] is your column.
Is [Duration] the column where value is in 3:00:00 Or it is the new virtual column?
The expression is also shows yes/no type column??
What to do
Thnx
Hi
Please use any of the following 2 options.
Option 1 ------------
Yes [Duration] is the name of the column where value is 3:00:00
and column type is DURATION. Please create another virtual column of TEXT type with expression
HOUR([Duration]) &" hours"
2nd Option ----------------- Alternatively, you can define this expression in your existing {Duration] column itself. For this, please follow following steps
HOUR( [DateTime2] - [DateTime1]) & " hours"
Hope this helps.
User | Count |
---|---|
16 | |
10 | |
8 | |
5 | |
5 |