<?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: QlikView API problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913019#M1233380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have experience in the QlikSense Proxy API up to now. But sound like i have to check it out &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;.&lt;/P&gt;&lt;P&gt;But on the other hand i think i can help you with you question about the namedcal stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just have a look to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var config = backendClient.GetCALConfiguration(server.ID, CALConfigurationScope.NamedCALs);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;and on the Object -&amp;gt;&amp;nbsp; config.NamedCALs.AssignedCALs there should be a method called LastUsed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;That should return that last used date...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Is use that function to remove unused namedCals.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 17:12:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-28T17:12:31Z</dc:date>
    <item>
      <title>QlikView API problem</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913014#M1233374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Does anyone know where to find the API to get a user's statement (whether the user is watching a qvw or not,and the name of the qvw) in QlikView's APIs?&lt;/P&gt;&lt;P&gt;I was trying to use the lastused funtion,but it doesn't work well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913014#M1233374</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView API problem</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913015#M1233376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Within the server are various loggings available for example session- and audit-logging which could be load in a qvw. There are many examples here in the community. You could start with these one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="1011" data-containertype="37" data-objectid="3482" data-objecttype="38" href="https://community.qlik.com/blogs/technicalbulletin/2013/12/05/qlikview-governance-dashboard-11-available-for-download"&gt;http://community.qlik.com/blogs/technicalbulletin/2013/12/05/qlikview-governance-dashboard-11-available-for-download&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-containerid="2049" data-containertype="14" data-objectid="2614" data-objecttype="102" href="https://community.qlik.com/docs/DOC-2614"&gt;Governance Materials.zip&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 10:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913015#M1233376</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-07-24T10:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView API problem</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913016#M1233377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to use the QMS-API.&lt;/P&gt;&lt;P&gt;There are a method called GetQVSDocumentsAndUsers -&amp;gt; returned the documents and connected users.&lt;/P&gt;&lt;P&gt;This data available at QMC as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to work with QMS-API -&amp;gt; &lt;A href="https://community.qlik.com/docs/DOC-3648"&gt;QlikView Management API - Getting Started and Examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 11:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913016#M1233377</guid>
      <dc:creator />
      <dc:date>2015-07-24T11:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView API problem</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913017#M1233378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;Actually I'm working with QMS API, thank you for your response,I'll test and verify if that's exactly what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a QMS API can return whether a assigned namecal is in use(active)&amp;nbsp; like the personal API in QlikSense Proxy API？&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 12:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913017#M1233378</guid>
      <dc:creator />
      <dc:date>2015-07-24T12:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView API problem</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913018#M1233379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Marcus, I know Governance, but this is not what I want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 12:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913018#M1233379</guid>
      <dc:creator />
      <dc:date>2015-07-24T12:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView API problem</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913019#M1233380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have experience in the QlikSense Proxy API up to now. But sound like i have to check it out &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;.&lt;/P&gt;&lt;P&gt;But on the other hand i think i can help you with you question about the namedcal stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just have a look to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var config = backendClient.GetCALConfiguration(server.ID, CALConfigurationScope.NamedCALs);&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;and on the Object -&amp;gt;&amp;nbsp; config.NamedCALs.AssignedCALs there should be a method called LastUsed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;That should return that last used date...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Is use that function to remove unused namedCals.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Michael &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 17:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-API-problem/m-p/913019#M1233380</guid>
      <dc:creator />
      <dc:date>2015-07-28T17:12:31Z</dc:date>
    </item>
  </channel>
</rss>

