<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265180#M8680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I commented out that drop in my &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Operations Monitor and it got past that error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then error'ed at the end of your script as &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;OpsMonReloadSummary.qvd&lt;/EM&gt; does not exist.&amp;nbsp; When I commented out this load then your script ran fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Start",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _proxySessionPackage,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TaskExecution,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Finish",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Result Code",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Status",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Failure",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Duration"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM [$(vQMC_QVD_Store)OpsMonReloadSummary.qvd]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(qvd);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Feb 2017 22:31:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-25T22:31:27Z</dc:date>
    <item>
      <title>QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265174#M8674</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Sense-Documents/QlikSense-Analyse-QMC-Tasks-Apps-the-QVDs-they-create-and-their/ta-p/1749307" target="_blank" rel="noopener"&gt;Latest version (October 2020) here&lt;/A&gt;, also comes with a script log analyser that links back to the task and shows the QVD dependencies.&lt;/P&gt;&lt;P&gt;I have been trying to find some visualisation of QlikSense Tasks as a Gantt waterfall and tried working on the Ops Monitor app to add these. I finally chose to go sideways and make a mix between a 'QMC Sense Tasks Gantt-Waterfall' and a previously developed 'QVD Analyser' so that I could look at the full flow from Task &amp;gt; App &amp;gt; QVD files, tables and fields.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Special thanks to &lt;A href="https://community.qlik.com/qlik-users/76197" target="_blank" rel="noopener"&gt;bill.markham&lt;/A&gt;‌ for his comprehensive feedback and editing and improving this script/app to its final stage.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Special thanks to &lt;/SPAN&gt;&lt;A href="https://community.qlik.com/qlik-users/4003" target="_blank" rel="noopener"&gt;hic&lt;/A&gt;&lt;SPAN&gt;‌‌ for sharing his folder analyser script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Special thanks to Kai Hilton-Jones, whose &lt;A title="https://github.com/kaihj/qlik-sense-timeline" href="https://github.com/kaihj/qlik-sense-timeline" target="_blank" rel="noopener"&gt;GitHub - kaihj/qlik-sense-timeline: Qlik Sense Timeline Chart&lt;/A&gt; chart you need to install as an extension to view the Tasks Gantt Waterfall. You then need to configure this chart with:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Task Name (sorted by Expression: "MaxString([Reload Start Time])")&lt;/LI&gt;&lt;LI&gt;Reload Start&lt;/LI&gt;&lt;LI&gt;Reload Finish&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;On the "Task Set Sequence Number", choose one of the higher value to see only one days worth of reloads (a 24 hour set). I have set the back-end code so that the sequence takes all tasks after COB (post 18h00) and groups them with the tasks running until next COB (so that all overnight loads are grouped). Please change the code if you want a different time horizon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4 things need to be changed in the script:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Binary load: Point to your own Ops Monitor (do not include ".qvf" extension if running this app on the server directly). You will need to create a LIB connection to the Apps folder where the original Ops Mon is stored. (Or use an INCLUDE function to attached "OpsMonScript.txt" file).&lt;/LI&gt;&lt;LI&gt;The "vQMC_QVD_Store" variable: It should point to a LIBRARY folder where you would like to STORE (and load from) the QVDs from the Ops Monitor data model from the above BINARY load.&lt;/LI&gt;&lt;LI&gt;Edit the "Full_Paths_To_Folder" table so that you have a full list of LIBRARY connections to where you STORE all QVDs for which you would like to collect their XML Header info for further visibility and analysis.&lt;/LI&gt;&lt;LI&gt;(Optional) Setting the server name in variable "vQlikSenseServer" allows you to open the relevant app via URL hyperlink.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;IMPORTANT NOTE:&lt;/STRONG&gt;&lt;/SPAN&gt; Due to the potential pervasiveness of script variable values in some Sense scripts which would end up in script errors, I include another file with the script of this app. I could be that you would require to copy/paste elements into a new/fresh file in order to allow the script to "clear out" and start with a new variable value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheenu&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2020 19:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265174#M8674</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2020-10-05T19:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265175#M8675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for sharing this qvf, sounds really useful - I'll give it a go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 16:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265175#M8675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-25T16:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265176#M8676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made a couple of slight changes on the front-end and refreshed the attached app. It also looks at file sizes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me your feedback and let me know how it goes and if I've missed anything out and can make the implementation/integration process easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 17:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265176#M8676</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2017-02-25T17:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265177#M8677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately the reload fails like this :&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;App_Info_Time &amp;lt;&amp;lt; App&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Lines fetched: 43&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;App_Info &amp;lt;&amp;lt; App&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Lines fetched: 43&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Task_Info &amp;lt;&amp;lt; Task&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;(QVD (row-based) optimized)&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Lines fetched: 28&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Task_Name &amp;lt;&amp;lt; TaskName&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;(QVD (row-based) optimized)&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Lines fetched: 52&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;The following error occurred:&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Field '_reloadSummaryTaskId' not found&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;The error occurred here:&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;?&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;Data has not been loaded. Please correct the error and try loading again.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields in &lt;EM&gt;[$(vQMC_QVD_Store)ReloadSummary.qvd]&lt;/EM&gt; do not include one called &lt;EM style="font-size: 13.3333px;"&gt;_reloadSummaryTaskId, &lt;/EM&gt;here are the fields that do exist :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Start",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _proxySessionPackage,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TaskExecution,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Finish",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Result Code",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Status",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Failure",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Duration"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using QlikSense 3.1 SR5, what version are you using ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 20:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265177#M8677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-25T20:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265178#M8678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Client 3.15.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see the field twice in "SUB reloadSummary" tab in the Ops Monitor. Can you check the Ops Mon script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The field in Ops Mon is indicated as "TaskId as _reloadSummaryTaskId, //For task chain duration analysis" on line 27 of the script tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see something similar in your version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 21:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265178#M8678</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2017-02-25T21:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265179#M8679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the end of tab SUB qrs_task in my Operations Monitor the field &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;_reloadSummaryTaskId &lt;/EM&gt;&lt;/SPAN&gt;is dropped.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Drop Field _reloadSummaryTaskId;&lt;/TD&gt;&lt;TD&gt;// Field no longer needed on Reload Summary table&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 21:33:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265179#M8679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-25T21:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265180#M8680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I commented out that drop in my &lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Operations Monitor and it got past that error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But then error'ed at the end of your script as &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;OpsMonReloadSummary.qvd&lt;/EM&gt; does not exist.&amp;nbsp; When I commented out this load then your script ran fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Start",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; _proxySessionPackage,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TaskExecution,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Finish",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Result Code",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Status",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Failure",&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Reload Duration"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM [$(vQMC_QVD_Store)OpsMonReloadSummary.qvd]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(qvd);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 22:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265180#M8680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-25T22:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265181#M8681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not too sure why our Ops Monitor scripts are so different, as I am quite sure we didn't edit the script in our environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the "Reload Start" and "Reload Finish" are not included in the load, then the Gantt-Waterfall showing all subsequent tasks and time slots at which they run won't be able to populate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a pity, as the Gantt-Waterfall is to show the sequencing of all Sense tasks in a manner that is similar to the QlikView QMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find below the pages/objects that get generate and would allow viewing the full flow from Task to QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can find a way around or hopefully that the app is still helpful. It would be good to see your script, but seeing that QVS files can't be generated anymore, it becomes hard to share script files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. QMC Tasks Gantt-waterfall:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="001 Tasks Gantt.png" class="jive-image image-1" src="/legacyfs/online/154484_001 Tasks Gantt.png" style="height: 413px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;2. Task Intensity during the day - # of tasks and QVD records they churn&lt;/P&gt;&lt;P&gt;&lt;IMG alt="002 Task intensity - number of records and tasks by day hour.png" class="jive-image image-2" src="/legacyfs/online/154485_002 Task intensity - number of records and tasks by day hour.png" style="height: 244px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;3. Task apps and their file size on disk&lt;/P&gt;&lt;P&gt;&lt;IMG alt="003 Tasks Apps and FileSizes.png" class="jive-image image-3" src="/legacyfs/online/154486_003 Tasks Apps and FileSizes.png" style="height: 391px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;4. QVD Summary Info (with URL links back to apps that created them):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="004 QVD info summary.png" class="image-4 jive-image" src="/legacyfs/online/154487_004 QVD info summary.png" style="height: 276px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;5. QVD field details (data type, etc).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="005 QVD Field details.png" class="image-5 jive-image" src="/legacyfs/online/154488_005 QVD Field details.png" style="height: 316px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;6. Pivot/Cross table that allows to view how QVD field names are shared across QVDs&lt;/P&gt;&lt;P&gt;&lt;IMG alt="006 Fields shared across QVDs.png" class="jive-image image-6" src="/legacyfs/online/154489_006 Fields shared across QVDs.png" style="height: 282px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 10:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265181#M8681</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2017-02-26T10:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265182#M8682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a copy of the OpsMon script for which it works. See if you can use an INCLUDE statement rather than the BINARY, such as "$(Include=[lib://[LIBRARY Connection here]/[Sub-folder]\[Sub-folder....]\OpsMonScript.txt]);"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will take longer to reload than binary, escpecially since I haven't been through the stripping out of the tabs/tables that are not required for the final data model. The data model for Ops Mon is quite complex and I don't want to face the difficulty of going through all the dependencies in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this works for you. I tested it in my environment and it seems to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 10:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265182#M8682</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2017-02-26T10:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265183#M8683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached are my &lt;EM&gt;Operations Monitor&lt;/EM&gt; and your &lt;EM&gt;QMC Task &amp;amp; QVD Analyser&lt;/EM&gt; qvf's.&amp;nbsp; They are from a Dev scratchpad server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is strange that your &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Operations Monitor&lt;/EM&gt;&lt;/SPAN&gt; seems different to mine.&amp;nbsp; Mine is a recent install of 3.1 SR5 on Windows Server 2012 R2 Standard. Did you initially install an earlier version and then upgrade it to 3.1 SR5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You qvf reloads fine now after I fiddled with the script of both qvf's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I have changed it a bit for my needs so it now loads all the Reload Task data instead of doing a Group By which was loading only the latest reload of each task, set the Task Set Sequence Number to go from 00:00 to 23:59 and created a new field of Reload Start Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the Gantt sheet I added list boxes for Reload Status and Reload Start Date.&amp;nbsp; Best to select just one Reload Start Date and one can see all runs of Task runs that are run more frequently than once a day.&amp;nbsp; I do like your Gantt Chart.&amp;nbsp; I am thinking about maybe forking the extension so it can show Failed tasks in red and Success in Green and in the popup show the duration in minutes instead of hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There were also some variables that I delete [set to nothing] in the script as it was persisting their values across reloads and things otherwise went bad when I changed the sub folder name in this script line :&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;SET vQMC_QVD_Store = 'LIB://QVD OpsMon/&lt;SPAN style="color: #993300;"&gt;QMC QVD&lt;/SPAN&gt;\';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sheets 2 &amp;amp; 3 look ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Sheets 4, 5, &amp;amp; 6 seem to have gone awry.&amp;nbsp; It was the Gantt chart I was most interested in so I am not too worried about that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope to do an upgrade to 3.2 SR1 in the next week or two.&amp;nbsp; It will be interesting to see how it behaves after that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2017 19:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265183#M8683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-26T19:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265184#M8684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Bill,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The key for me was the Gantt too. I just mixed it with the "QVD" information because it suited my needs (basically that part of the script loops through all the folders picking up the header info of QVDs: which file created it, the amount of records, the field name, field data types, etc.). So it allows to go from Task &amp;gt; App &amp;gt; QVD info &amp;amp; details.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If you can edit the Gantt extension for green/red on success/failed tasks, respectively, please do share it. It would be really interesting to be able to see that.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks for sharing the QVFs so far. I'll put them in my enviro for the select any dates of task reloads, which could then enable a historical look at tasks times. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Cheenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 12:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265184#M8684</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2017-02-27T12:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265185#M8685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wow. Thanks for the change in code. It gives the full picture, as opposed to just the last run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per the QVD part of the script, it might seem like something "obvious", but the first line in the INLINE table is "blank/null". Could the script error come from there or is it something more pervasive? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for script vars, it seems like they often "stick" with their original value. I have the impression it might be some sort of bug and I hope it will be fixed in future versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheerio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 13:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265185#M8685</guid>
      <dc:creator>cheenu_janakira</dc:creator>
      <dc:date>2017-02-27T13:37:58Z</dc:date>
    </item>
    <item>
      <title>?</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265186#M8686</link>
      <description>&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2019 17:12:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265186#M8686</guid>
      <dc:creator>xyz1</dc:creator>
      <dc:date>2019-04-14T17:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265187#M8687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below pasted from Ceehu's starting post to this thread&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Special thanks to Kai Hilton-Jones, whose &lt;/EM&gt;&lt;/SPAN&gt;&lt;EM&gt;&lt;A class="jive-link-external-small" href="https://github.com/kaihj/qlik-sense-timeline" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #266fc8;" target="_blank"&gt;GitHub - kaihj/qlik-sense-timeline: Qlik Sense Timeline Chart&lt;/A&gt;&lt;/EM&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt; chart you need to install as an extension to view the Tasks Gantt Waterfall.&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;This thread is from a fair few months ago and I can't remember much about the extension.&amp;nbsp; But the good news is I think it just worked with no problems.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 15:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/1265187#M8687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-07T15:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: QlikSense Tasks Gantt Waterfall Chart &amp; Analyse Corresponding QVDs</title>
      <link>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/2009566#M23858</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Do we have a latest version of this please?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd really appreciate that.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 08:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/QlikSense-Tasks-Gantt-Waterfall-Chart-amp-Analyse-Corresponding/m-p/2009566#M23858</guid>
      <dc:creator>srajqlik</dc:creator>
      <dc:date>2022-11-28T08:35:17Z</dc:date>
    </item>
  </channel>
</rss>

