<?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: Using GetpossibleCount with Set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-GetpossibleCount-with-Set-analysis/m-p/442002#M487478</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's right, it will not accept the set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application what i want to calculate is the count of unique users using the QV application at a time (Document Cal wise, Name Cal wise) using the QV Session data log available in server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Selva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Feb 2013 07:29:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-02-18T07:29:56Z</dc:date>
    <item>
      <title>Using GetpossibleCount with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-GetpossibleCount-with-Set-analysis/m-p/442000#M487476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get the possible count of QV license used by the users from the log file. For that if i use,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;GetPossibleCount( &lt;/P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Cal Type] &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) is working but&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;GetPossibleCount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Cal Type]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'Document'} &amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Cal Type]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to get only the Cal Tye license it not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Selva &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 05:26:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-GetpossibleCount-with-Set-analysis/m-p/442000#M487476</guid>
      <dc:creator />
      <dc:date>2013-02-17T05:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetpossibleCount with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-GetpossibleCount-with-Set-analysis/m-p/442001#M487477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the HELP for GetPossibleCount() function, which doesn't accept a set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try maybe &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(DISTINCT &lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;[Cal Type]&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt; = {'Document'} &amp;gt;} [Cal Type])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which might return only 0 or 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably I don't get what you want do, so maybe just attach a small sample app with your data and describe your expected outcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 12:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-GetpossibleCount-with-Set-analysis/m-p/442001#M487477</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-02-17T12:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using GetpossibleCount with Set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Using-GetpossibleCount-with-Set-analysis/m-p/442002#M487478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's right, it will not accept the set expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my application what i want to calculate is the count of unique users using the QV application at a time (Document Cal wise, Name Cal wise) using the QV Session data log available in server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Selva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 07:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-GetpossibleCount-with-Set-analysis/m-p/442002#M487478</guid>
      <dc:creator />
      <dc:date>2013-02-18T07:29:56Z</dc:date>
    </item>
  </channel>
</rss>

