Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Thanks in advance.
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.
try this interval(sum(duration))Change Email in community
or this
interval(Sum(Duration),'h:mm')
Try this
Interval(Sum(Interval#(Duration, 'h:mm')), 'h:mm')