Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Overview
For those of us that work with QlikView distribution service, either the standard version or Publisher then perhaps this model may be of some use in analysis of your tasks.
As a Qlik partner, I developed this to read in the various .xml files created by the distribution service and help look for some common problems such as:
There are lots of clever ways of analysing the QVPR data, including through the Governance dashboard, however I went with this approach as it gave me something tangible and reasonably simple to interpret and then present to a client.
Instructions
Considerations
I have used in a mix of QlikView 11 and 12 environments using both Publisher and the standard distribution service though I can't account for all environments so the model is provided as is where is, though please feel free to expand for your own use or provide some feedback that may benefit the community.
Thanks for taking the time to read this and I hope you find it useful.
I got it up and running really fast. The only things I needed to patch in the load script were the values for the DateFormat and TimestampFormat variables.
You may want to add those to your Configuration page.
BTW works like a charm. Thanks!
Hi Peter,
Thank you for the feedback - much appreciated.
I have updated the model with your suggestions as well as correcting a minor issue with the Gantt chart axes.
Kind regards,
Rod
Got to say, this still works well in late 2020. Good job Rod. Thanks!
Thanks Rod.
It's good to use, and very smart design on the bar chart.
I noticed there could be a mistake/typo in your script "Chart data" line 34, was:
"Duration as ChartDuration,"
I fixed it as:
"time(round( frac(StartTimeStamp), 1/24/60) , 'hh:mm:ss') as ChartDuration,"
As the first empty gap duration should be equal to the start time of first task, instead of the duration of first task.
Cheers,
Joe CFA