Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
narband2778
Creator II
Creator II

Trying to Export to Excel but Minutes are converting to hh:mm:ss

Hello Everyone,

Trying to Export below Number of minutes Filed from straight table to Spread Sheet but this converts into hh:mm:ss as shown below:

Before :

1.png

After:

2.png

How can I avoid this and output result should be in mins.

Thanks in advance.

Naresh

5 Replies
Anil_Babu_Samineni

I never come this type of issue while exporting? Can you show image exactly how Straight table looks like? Have you applied any Format condition to achieve in minutes?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
narband2778
Creator II
Creator II
Author

Hi Anil,

This is expression for "Avg LOS in mins"

=Interval(Avg(Date(LeftDeptDateTime, 'DD/MM/YYYY  hh:mm:ss') - Date(ArrDateTime,'DD/MM/YYYY  hh:mm:ss')), 'm')

Below is the Straight Table:

1.png

Thanks,

Naresh

lcontezini
Partner - Creator
Partner - Creator

I'd try your expression inside num, like:

num(

Interval(Avg(Date(LeftDeptDateTime, 'DD/MM/YYYY  hh:mm:ss') - Date(ArrDateTime,'DD/MM/YYYY  hh:mm:ss')), 'm')

,'#.##0')

narband2778
Creator II
Creator II
Author

Hi,

I have already tried this. No Luck

panipat1990
Creator II
Creator II

When we export the data in excel then same problem is coming.it's bug.

Kindly Export the data in csv file.