Hi,
I have a column duration from an SQL DB. It's in decimal number containing .25,.75, .5 etc..
I'd like to convert all these to minutes
Need the whole column to display as 15,45,30 etc...
Solved! Go to Solution.
Hi @Qotsa,
You can create calculated column like this:-
Hi @Qotsa,
You can create calculated column like this:-
That was easier than I thought. Thks very much.