I have a text input field that shows time in minutes via a sum total
Sum(DowntimeCollection, LineTotal)
I'd like to show it in hours and minutes
I have tried this but am getting a funny return, I think i can use a round down but i am not sure where to place it
Concatenate(Text( ((Value(TextInput30.Text)/60) )), " hours ", Text( Mod(Value(TextInput30.Text),60 )), " minutes " )
I get the below results from the above.
