<?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: Identify Sheet Names from Audit Logs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471513#M697695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same question - anyone have an idea beyond manually creating an excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2013 13:40:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-03-14T13:40:08Z</dc:date>
    <item>
      <title>Identify Sheet Names from Audit Logs</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471512#M697694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a sheet and document usage tool that uses the Audit Logs on the server to look at which sheets in which documents are being used and by how much, the problem is that the Audit Log files contain just the Document Name and Sheet ID, but not the sheet title.&amp;nbsp; Currently I have an excel file that sits alongside the document and this file contains the combination of document name and sheet id to join to a sheet name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering though if there is a process I can put in place that would on perhaps a weekly basis export a document definition xml file, because this does include the information I need and I could then read it and convert it to a qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nigel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2013 11:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471512#M697694</guid>
      <dc:creator />
      <dc:date>2013-01-30T11:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Sheet Names from Audit Logs</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471513#M697695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same question - anyone have an idea beyond manually creating an excel file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 13:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471513#M697695</guid>
      <dc:creator />
      <dc:date>2013-03-14T13:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Sheet Names from Audit Logs</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471514#M697696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give your sheets meaningful ID's. You're free to change them, so you might as well give them a value that conveys more information than SH0x.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 14:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471514#M697696</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-14T14:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Sheet Names from Audit Logs</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471515#M697697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's a good suggestion for Sheet Names Gysbert, a bit impractical for objects and bookmarks though. Back to what Nigel said it would be great if there was a way you could automate a process to export definitions via XML file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As of now the options I know of are to create the XML file manually, or to export structure into an excel and load it back in the Audit Log/User Stats application&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 15:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471515#M697697</guid>
      <dc:creator />
      <dc:date>2013-03-14T15:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Sheet Names from Audit Logs</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471516#M697698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope it isn't too late to bump..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can load the corresponding qvw file in the script as a table using xml format. In the script a table will be created named 'Sheet' for the sheets, as well as other tables for sheetobjects, expressions, dimensions, and a lot more other stuff.&lt;/P&gt;&lt;P&gt;In these tables you have the ID's and titles/names, then just map away. Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 01:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471516#M697698</guid>
      <dc:creator />
      <dc:date>2013-07-08T01:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Identify Sheet Names from Audit Logs</title>
      <link>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471517#M697699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Patrick&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's never too late, thanks very much for jumping onto this one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never realised you could do this, but that is the perfect answer!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 07:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Identify-Sheet-Names-from-Audit-Logs/m-p/471517#M697699</guid>
      <dc:creator />
      <dc:date>2013-07-08T07:53:47Z</dc:date>
    </item>
  </channel>
</rss>

