Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Apr 19, 2022 5:14:53 AM
Feb 4, 2020 6:50:56 AM
In this tutorial, we will use calculated fields to manage Qlik Sense columns with time data in Qlik NPrinting PixelPerfect reports. We will create formulas to extract days, hours and minutes from a duration column then we will calculate the sum and display it in the dd hh:ss format.
Before we get started:
To follow this tutorial you need to be familiar with PixelPerfect templates development process. We will not explain the details that are already covered in the official Help Site PixelPerfect reports.
Qlik Sense stores each date, time, and timestamp found in data as a date serial number as explained in Date and time interpretation.
The tutorial uses the Qlik Sense demo app Help Desk Management from the link https://demos.qlik.com/qliksense/HelpdeskManagement.
Steps:
Well done mate...i knew there must be a workaround possible 🙂
On the other hand it is a shame we can't rely on built in sing format for time series aggregation.
The faster solution is to jump directly to the final formula and customize it. The advantage is that this solution doesn't need to develop a custom script in C#, JavaScript or what else, so it is feasible to more developers. It is also an example of calculated fields and they can be used in many other situation.
Thanks for the feedback.
Perfect !
Thank you very much Ruggero.