<?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: Last used date of a doc-Call in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-used-date-of-a-doc-Call/m-p/1699442#M1314101</link>
    <description>&lt;P&gt;That's true, it'll need a bit more work than that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the names you can pull from this you can work with session information from other logs to see when the user has last logged in - but regardless it'd require more effort to piece the information together. We don't have a solution for this right out of the box as is.&lt;/P&gt;&lt;P&gt;Alternatively, you could use the APIs. A little digging turned up&amp;nbsp;&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/QlikView-Management-API-2-Export-Add-Delete-Document-CALs/ta-p/1491243" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/QlikView-Management-API-2-Export-Add-Delete-Document-CALs/ta-p/1491243&amp;nbsp;&amp;nbsp;&lt;/A&gt;as an example, which mentions fetching the last used data as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 May 2020 13:16:54 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2020-05-06T13:16:54Z</dc:date>
    <item>
      <title>Last used date of a doc-Call</title>
      <link>https://community.qlik.com/t5/QlikView/Last-used-date-of-a-doc-Call/m-p/1699406#M1314092</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I would like to see if there are doc-call that are not used for a period.&lt;/P&gt;&lt;P&gt;I would like to create a table with the dashboard, user and the last used date of the doc-call.&lt;/P&gt;&lt;P&gt;In the management-console I can see the data (see picture) but if I have to do this for all the dashboards it's taking a lot of time. Where is this date stored?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datedoc-call.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/33028i0D78485B60FD592E/image-size/large?v=v2&amp;amp;px=999" role="button" title="datedoc-call.jpg" alt="datedoc-call.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-used-date-of-a-doc-Call/m-p/1699406#M1314092</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Last used date of a doc-Call</title>
      <link>https://community.qlik.com/t5/QlikView/Last-used-date-of-a-doc-Call/m-p/1699407#M1314096</link>
      <description>&lt;P&gt;Hello Kris!&lt;/P&gt;&lt;P&gt;You could check out this article:&lt;A href="https://support.qlik.com/articles/000002773" target="_blank" rel="noopener"&gt;&amp;nbsp;Reading PGO contents and CAL assignments / PGO to XML (kb 000002773)&lt;/A&gt;&amp;nbsp;to get you started on how to find CAL usage data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically: The CAL usage data is stored in the CALData.pgo file. You can flip a switch in the QlikView Server settings to print that .pgo file into .XML format. Then you can read (read&amp;nbsp;&lt;STRONG&gt;only&lt;/STRONG&gt;) that data and, for example, let a QlikView document read it for easier parsing.&lt;/P&gt;&lt;P&gt;That&amp;nbsp;&lt;EM&gt;should&amp;nbsp;&lt;/EM&gt;give you what you need.&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Sonja&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 12:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-used-date-of-a-doc-Call/m-p/1699407#M1314096</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2020-05-06T12:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Last used date of a doc-Call</title>
      <link>https://community.qlik.com/t5/QlikView/Last-used-date-of-a-doc-Call/m-p/1699427#M1314100</link>
      <description>&lt;P&gt;Hi Sonja,&lt;/P&gt;&lt;P&gt;thank you for the reaction. But in the url you attached in your post is mentioned that the "lastused" is encrypted.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I can not use this way of working.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 12:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-used-date-of-a-doc-Call/m-p/1699427#M1314100</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2020-05-06T12:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Last used date of a doc-Call</title>
      <link>https://community.qlik.com/t5/QlikView/Last-used-date-of-a-doc-Call/m-p/1699442#M1314101</link>
      <description>&lt;P&gt;That's true, it'll need a bit more work than that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on the names you can pull from this you can work with session information from other logs to see when the user has last logged in - but regardless it'd require more effort to piece the information together. We don't have a solution for this right out of the box as is.&lt;/P&gt;&lt;P&gt;Alternatively, you could use the APIs. A little digging turned up&amp;nbsp;&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/QlikView-Management-API-2-Export-Add-Delete-Document-CALs/ta-p/1491243" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/QlikView-Management-API-2-Export-Add-Delete-Document-CALs/ta-p/1491243&amp;nbsp;&amp;nbsp;&lt;/A&gt;as an example, which mentions fetching the last used data as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 13:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-used-date-of-a-doc-Call/m-p/1699442#M1314101</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2020-05-06T13:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Last used date of a doc-Call</title>
      <link>https://community.qlik.com/t5/QlikView/Last-used-date-of-a-doc-Call/m-p/1706167#M1314102</link>
      <description>&lt;P&gt;Just wanted to leave a note regarding the product terms and removing Doc CALs from users, refer to Section 3 C Identified Users for information regarding when you can remove Users from Named/Doc CALs, just want to be sure you understand the licensing here too.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.qlik.com/us/-/media/files/legal/license-agreements/qlikview/qlikview-license-metrics-en.pdf?la=en&amp;amp;hash=FF14527630C7C445771E0AEEF776E23440F4626B" target="_self"&gt;QlikView Product Terms&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, the two conditions allowed are termination or user changes roles and no longer has use of the product, there is no allowance for last used timestamp removal.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 17:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-used-date-of-a-doc-Call/m-p/1706167#M1314102</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-05-28T17:43:34Z</dc:date>
    </item>
  </channel>
</rss>

