Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rakeshkumar1890
Creator
Creator

Calculate Day and time

how can convert 23142 into day and time

12 Replies
rakeshkumar1890
Creator
Creator
Author

Thanks for the solution

It was

Interval(23142/(24*60),'dd:hh:mm:ss')

Because Number was in minutes

Thank you so much all of your inputs.

pradosh_thakur
Master II
Master II

If the number was in minutes you wont get the answer as 06:25:42 . Anyways please close the thread by marking answer correct and helpful.

Learning never stops.
MarcoWedel

Hi,

another solution to this might be:

QlikCommunity_Thread_289225_Pic1.JPG

Interval(Interval#(Minutes,'m'),'dd:hh:mm:ss')

hope this helps

regards

Marco