
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Excel Custom Format [H]:MM, Can this work in Qlik Sense, if not how do you work around it
Hi All,
I've looked but could not find a answer to my questions.
Excel allows the user to deal with time very affectively; currently I use what they call a custom format,
Is there a Qlik Sense time format, custom or otherwise that allows this? if not how would you arrive at the same point.
The requirement is to show hours and minutes time spent training, the raw data is given in
I need to do calculations on these figures to show the total time spent on training per dept. and the time spent per staff in the depts. and create staff groups and report these also
In Excel, pivot tables allow me to quickly calculate this, after noting the field data for time spent as
I would like to put this into Qlik Sense, as dealing the with underlying Data would be a lot better, as would the reporting look more professional etc. etc.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes
there is a function called : interval


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Mathew,
I hope you are doing good!
You can make use of Time, Hour & Minute functions (Date & Time Functions) to fulfill your requirement. Please refer below sample examples:
// To get the current time in HH:MM:SS format
Time(Now(),'HH:MM:SS')
//To Extract current Hour
Hour(Now())
//To Extract current Minutes
Minute(Now())
P.S.: You have to apply certain logic to take care of summation of minutes and converting it into hours, in case if it is greater than 60.
Thank you!
Rahul
