<?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 QlikView: Counting users of QV Desktop vs Access Point in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Counting-users-of-QV-Desktop-vs-Access-Point/m-p/1612122#M3079</link>
    <description>&lt;P&gt;In response to a question from an awesome QlikView customer, I share the following.&lt;/P&gt;
&lt;P&gt;Looking to count how many of your users are opening apps in QV Desktop? There is a pattern in the QlikView Server logs when someone opens an app "in server" from QlikView Desktop. Doing so is one way to lease a license from QV Server to then go on and develop apps in QV Desktop.&lt;/P&gt;
&lt;P&gt;Here I opened three apps “in server” from QV desktop ([&lt;STRONG&gt;Client Type] =&lt;/STRONG&gt; “Windows Exe”).&lt;/P&gt;
&lt;P&gt;And two apps in from Access Point in a browser (“Ajax QvWS…”).&lt;/P&gt;
&lt;P&gt;Also note the absence of Server Port and Client Address when opened from QlikView Desktop.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Three sessions from QV Desktop, Two from Access Point" style="width: 702px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16948iF9CFCF15191E590C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image001.png" alt="Three sessions from QV Desktop, Two from Access Point" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Three sessions from QV Desktop, Two from Access Point&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To make this easy to view, create a table object with:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;: Month&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt; “Users with Desktop Session”:&lt;SPAN&gt; Count({&amp;lt;Client_Type={"Windows Exe"}&amp;gt;} Distinct Authenticated_User)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt; “Users without Desktop”: &lt;SPAN&gt;Count({$&amp;lt;Authenticated_User=E({&amp;lt;Client_Type={"Windows Exe"}&amp;gt;})&amp;gt;} Distinct Authenticated_User)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt; “All Users with Sessions”: sum(Session_Start_Count)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image002.png" style="width: 507px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16950i18C0BDD51A2DE1B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="image002.png" alt="image002.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jul 2025 18:19:11 GMT</pubDate>
    <dc:creator>Tyler_Waterfall</dc:creator>
    <dc:date>2025-07-22T18:19:11Z</dc:date>
    <item>
      <title>QlikView: Counting users of QV Desktop vs Access Point</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QlikView-Counting-users-of-QV-Desktop-vs-Access-Point/m-p/1612122#M3079</link>
      <description>&lt;P&gt;In response to a question from an awesome QlikView customer, I share the following.&lt;/P&gt;
&lt;P&gt;Looking to count how many of your users are opening apps in QV Desktop? There is a pattern in the QlikView Server logs when someone opens an app "in server" from QlikView Desktop. Doing so is one way to lease a license from QV Server to then go on and develop apps in QV Desktop.&lt;/P&gt;
&lt;P&gt;Here I opened three apps “in server” from QV desktop ([&lt;STRONG&gt;Client Type] =&lt;/STRONG&gt; “Windows Exe”).&lt;/P&gt;
&lt;P&gt;And two apps in from Access Point in a browser (“Ajax QvWS…”).&lt;/P&gt;
&lt;P&gt;Also note the absence of Server Port and Client Address when opened from QlikView Desktop.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Three sessions from QV Desktop, Two from Access Point" style="width: 702px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16948iF9CFCF15191E590C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image001.png" alt="Three sessions from QV Desktop, Two from Access Point" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Three sessions from QV Desktop, Two from Access Point&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To make this easy to view, create a table object with:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Dimension&lt;/STRONG&gt;: Month&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt; “Users with Desktop Session”:&lt;SPAN&gt; Count({&amp;lt;Client_Type={"Windows Exe"}&amp;gt;} Distinct Authenticated_User)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt; “Users without Desktop”: &lt;SPAN&gt;Count({$&amp;lt;Authenticated_User=E({&amp;lt;Client_Type={"Windows Exe"}&amp;gt;})&amp;gt;} Distinct Authenticated_User)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt; “All Users with Sessions”: sum(Session_Start_Count)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image002.png" style="width: 507px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/16950i18C0BDD51A2DE1B0/image-size/large?v=v2&amp;amp;px=999" role="button" title="image002.png" alt="image002.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 18:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QlikView-Counting-users-of-QV-Desktop-vs-Access-Point/m-p/1612122#M3079</guid>
      <dc:creator>Tyler_Waterfall</dc:creator>
      <dc:date>2025-07-22T18:19:11Z</dc:date>
    </item>
  </channel>
</rss>

