Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to minus two times in Qlik Sense Desktop version.
For example in Excel :
A = 08:00:56
B = 07:00:00
A-B = 0,0423148148148148
I want to do the same in Qlick Sense but the result is this "-". It's not finding anything.
Here are my Expressions in Qlik Sense where "vHStart" is a variable and [List.Last Resolved Time] is a field value :
vHStart = '07:00:00'
[List.Last Resolved Time] = 08:00:56
I am using this function :
Mesures = [List.Last Resolved Time]- vHStart
I don't know if I am doing something, wrong?
Please help me out here.
Thank you in advance for your help.
Best regards, Arun
Hi Pradosh,
Thank you for your post but it's still not working.
I changed the varable into this :
time#('07:00:00','hh:mm:ss')
But the result it's the same "-"
Just changed the expression accordingly but the result is the same "-"...
I have changed it like this :
time#([List.Last Resolved Time],'hh:mm:ss')- time#(vHStart,'hh:mm:ss')
Where
vHStart =time#('07:00:00','hh:mm:ss')
[List.Last Resolved Time] = 08:00:56
It worked Pradosh 🙂
Actually I changed the expressions into this
Time#([List.Last Resolved Time],'hh:mm:ss') - Time#(vHStart,'hh:mm:ss')
and the variable into this :
vHStart = 07:00:00
Thank you for your help and time.
Best regards, Arun