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: 
bhavvibudagam
Creator II
Creator II

Total is showing Null in Table

Hi Experts,

Can any one Please help me on this.

In the below table Under Duration Measure I am not able to get the Total. Its showing Null.

In the Measure if I have taken Sum(Duration) the entire Column is showing 0 so in the Measure taken direct field as Duration then getting the Values but coming to Total getting null.

Please help me to resolve the issue. Please find the attached app also.

Duration Total Issue.png

Thanks in advance.

1 Solution

Accepted Solutions
sunny_talwar

Try this

Interval(Sum(Interval#(Duration, 'h:mm')), 'h:mm')

Capture.PNG

View solution in original post

4 Replies
devarasu07
Master II
Master II

Hi,

Try to apply total as "Sum" instead of expression auto total


can you share the excel file? is that duration text format then convert into number and try again.

Chanty4u
MVP
MVP

try this    interval(sum(duration))

Chanty4u
MVP
MVP

or this

interval(Sum(Duration),'h:mm')

sunny_talwar

Try this

Interval(Sum(Interval#(Duration, 'h:mm')), 'h:mm')

Capture.PNG