<?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: Governance Dashboard version history available? in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Governance-Dashboard-version-history-available/m-p/1630549#M3082</link>
    <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25550"&gt;@Tyler_Waterfall&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;I was able to make a change to my copy of Governance Dashboard and it is an easy change if you want to incorporate it in the next version.&lt;/P&gt;&lt;P&gt;Open the Governance Dashboard script and go to the tab &lt;STRONG&gt;TaskLogIndex&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Add these lines to the load in Sub TaskLogIndex:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;// Start: KP added this on 9/24/2019 
		 		
FullLogPath,	// Usually ends with \TaskLog.txt 

Left ( FullLogPath,  Index ( FullLogPath, '\', -1 ) -1  ) as [Log Folder Path],
		
// The full path of the log folder for this particular task execution 

 // End: KP added this on 9/24/2019 &lt;/LI-CODE&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2019 14:40:44 GMT</pubDate>
    <dc:creator>kevinpintokpa</dc:creator>
    <dc:date>2019-10-02T14:40:44Z</dc:date>
    <item>
      <title>Governance Dashboard version history available?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Governance-Dashboard-version-history-available/m-p/1627640#M3080</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Is there a version history available for the Governance Dashboard?&amp;nbsp; I am presently running version 2.0.5 and want to know what changes have been made since then.&amp;nbsp; I searched but could not find an answer.&lt;/P&gt;&lt;P&gt;Specifically, this is of interest to me: the Task Log Index XML files contain entries like this, including the path to the folder where the task and document logs are:&lt;/P&gt;&lt;P class="p1"&gt;&amp;lt;LogIndex LogID="&lt;STRONG&gt;3f46c305-5fef-465d-baa8-cfc2a35df7f8&lt;/STRONG&gt;" TaskName="&lt;STRONG&gt;MyTaskName&lt;/STRONG&gt;" Date="&lt;STRONG&gt;2019-09-24&lt;/STRONG&gt;" Time="&lt;STRONG&gt;02:03:00&lt;/STRONG&gt;" ClusterID="&lt;STRONG&gt;2&lt;/STRONG&gt;" &lt;EM&gt;FullLogPath="&lt;STRONG&gt;\\MyServerName\QlikTech\DistributionService\2\Log\20190924\020300 - MyTaskName\TaskLog.txt&lt;/STRONG&gt;"&lt;/EM&gt; /&amp;gt;&lt;/P&gt;&lt;P class="p1"&gt;But this FullLogPath attribute is not present in&amp;nbsp;&lt;STRONG&gt;QVGD_TaskLogIndex_2.0.5.qvd&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;It would be very useful to have the full path to the log files available, particularly to track down problems with tasks that run several times a day.&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 18:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Governance-Dashboard-version-history-available/m-p/1627640#M3080</guid>
      <dc:creator>kevinpintokpa</dc:creator>
      <dc:date>2025-07-22T18:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Governance Dashboard version history available?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Governance-Dashboard-version-history-available/m-p/1628582#M3081</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24983"&gt;@kevinpintokpa&lt;/a&gt;&amp;nbsp; -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can see recent history (2.1.x forward) here in this group in&amp;nbsp;&lt;A title="Documents &amp;gt; QlikView Governance Dashboard" href="https://community.qlik.com/t5/Qlik-Monitoring-Administration/QlikView-Governance-Dashboard/gpm-p/1578596" target="_blank" rel="noopener"&gt;Documents &amp;gt; QlikView Governance Dashboard&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Unfortunately, I believe the change you are referring to occurred when I went from 1.x to 2.0 a couple of years ago.&lt;/P&gt;
&lt;P&gt;You are welcome to propose an improvement to meet your need which I can add to the backlog.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;Tyler&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2019 12:51:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Governance-Dashboard-version-history-available/m-p/1628582#M3081</guid>
      <dc:creator>Tyler_Waterfall</dc:creator>
      <dc:date>2019-09-26T12:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Governance Dashboard version history available?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Governance-Dashboard-version-history-available/m-p/1630549#M3082</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25550"&gt;@Tyler_Waterfall&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;I was able to make a change to my copy of Governance Dashboard and it is an easy change if you want to incorporate it in the next version.&lt;/P&gt;&lt;P&gt;Open the Governance Dashboard script and go to the tab &lt;STRONG&gt;TaskLogIndex&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Add these lines to the load in Sub TaskLogIndex:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;// Start: KP added this on 9/24/2019 
		 		
FullLogPath,	// Usually ends with \TaskLog.txt 

Left ( FullLogPath,  Index ( FullLogPath, '\', -1 ) -1  ) as [Log Folder Path],
		
// The full path of the log folder for this particular task execution 

 // End: KP added this on 9/24/2019 &lt;/LI-CODE&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 14:40:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Governance-Dashboard-version-history-available/m-p/1630549#M3082</guid>
      <dc:creator>kevinpintokpa</dc:creator>
      <dc:date>2019-10-02T14:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Governance Dashboard version history available?</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Governance-Dashboard-version-history-available/m-p/1632177#M3083</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/24983"&gt;@kevinpintokpa&lt;/a&gt;&amp;nbsp;. For reference&amp;nbsp;GOVDASH-192&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2019 19:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Governance-Dashboard-version-history-available/m-p/1632177#M3083</guid>
      <dc:creator>Tyler_Waterfall</dc:creator>
      <dc:date>2019-10-07T19:15:08Z</dc:date>
    </item>
  </channel>
</rss>

