<?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 Formula guidebook or help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219250#M502461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must say I'm not very sure because I've never tried before a set analysis similar to the one you are trying to interpret.&lt;/P&gt;&lt;P&gt;From my point of view you are counting distinct values of &lt;I&gt;Opportunity ID&lt;/I&gt; that respect the following conditions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Fiscal Year = 2011&lt;/LI&gt;&lt;LI&gt;Partner Geo = AMER&lt;/LI&gt;&lt;LI&gt;Program Name = ACE&lt;/LI&gt;&lt;LI&gt;First-in = 1&lt;/LI&gt;&lt;LI&gt;DateFlag = Submetted&lt;/LI&gt;&lt;LI&gt;the amount of &lt;I&gt;Sold Value SRP&lt;/I&gt; greater than 50000&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To find out more information on set analysis, please see page 1252 of &lt;I&gt;QlikView Reference Manual&lt;/I&gt;. You might see also details on &lt;I&gt;aggr&lt;/I&gt; function at page 1251.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Dec 2010 15:37:23 GMT</pubDate>
    <dc:creator>googel84</dc:creator>
    <dc:date>2010-12-09T15:37:23Z</dc:date>
    <item>
      <title>Formula guidebook or help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219247#M502458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am a bit new to Qlikview, however I try to make nice reports. Does anybody have a link where I can find explanations about the formulas?&lt;/P&gt;&lt;P&gt;Such as this one?&lt;/P&gt;&lt;P&gt;count(distinct{$&amp;lt;[Fiscal Year] = {2011}, [Partner Geo] = {'AMER'}, [Program Name] = {'ACE'}, [First-in]= {1}, DateFlag = {'Submitted'}&amp;gt;}if((agg(sum([Sold Value SRP]),[Opportunity ID])&amp;gt;50000),[Opportunity ID])&lt;/P&gt;&lt;P&gt;I am trying to understand these, but I am not succeeding, therefor my own formulas don't work.&lt;/P&gt;&lt;P&gt;Right now I am trying to get the number of unique customers [ID_RELATIE], that have as [KLANTGROEP] the value 'Strategic Account'&lt;/P&gt;&lt;P&gt;Should be an easy formula, but I don't get the proper number.&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 15:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219247#M502458</guid>
      <dc:creator />
      <dc:date>2010-12-09T15:13:43Z</dc:date>
    </item>
    <item>
      <title>Formula guidebook or help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219248#M502459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey wouter,&lt;/P&gt;&lt;P&gt;could you be more specific about what you don't understand exactly about the formulas?&lt;/P&gt;&lt;P&gt;Qlikview has a useful and complete "help" tab, that should be enough to understand that.&lt;/P&gt;&lt;P&gt;Specially with the "set analysis" stuff.&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 15:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219248#M502459</guid>
      <dc:creator>marcel_olmo</dc:creator>
      <dc:date>2010-12-09T15:26:08Z</dc:date>
    </item>
    <item>
      <title>Formula guidebook or help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219249#M502460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I don't understand the syntax.&lt;/P&gt;&lt;P&gt;Is this a correct formula (Probably not, since it doesn't give me the output):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;count&lt;/B&gt; (&lt;B&gt;distinct&lt;/B&gt; {$&amp;lt;&lt;B&gt;KLANTGROEP&lt;/B&gt;={'STRATEGIC ACCOUNT !!'}&amp;gt;} ,&lt;B&gt;RELATIE_ID&lt;/B&gt;) &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 15:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219249#M502460</guid>
      <dc:creator />
      <dc:date>2010-12-09T15:30:10Z</dc:date>
    </item>
    <item>
      <title>Formula guidebook or help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219250#M502461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I must say I'm not very sure because I've never tried before a set analysis similar to the one you are trying to interpret.&lt;/P&gt;&lt;P&gt;From my point of view you are counting distinct values of &lt;I&gt;Opportunity ID&lt;/I&gt; that respect the following conditions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Fiscal Year = 2011&lt;/LI&gt;&lt;LI&gt;Partner Geo = AMER&lt;/LI&gt;&lt;LI&gt;Program Name = ACE&lt;/LI&gt;&lt;LI&gt;First-in = 1&lt;/LI&gt;&lt;LI&gt;DateFlag = Submetted&lt;/LI&gt;&lt;LI&gt;the amount of &lt;I&gt;Sold Value SRP&lt;/I&gt; greater than 50000&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To find out more information on set analysis, please see page 1252 of &lt;I&gt;QlikView Reference Manual&lt;/I&gt;. You might see also details on &lt;I&gt;aggr&lt;/I&gt; function at page 1251.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 15:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219250#M502461</guid>
      <dc:creator>googel84</dc:creator>
      <dc:date>2010-12-09T15:37:23Z</dc:date>
    </item>
    <item>
      <title>Formula guidebook or help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219251#M502462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Wouter,&lt;/P&gt;&lt;P&gt;you need to move the distinct behind }&amp;gt;} and delete the comma.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count&lt;/STRONG&gt; ({$&amp;lt;&lt;B&gt;KLANTGROEP&lt;/B&gt;={'STRATEGIC ACCOUNT !!'}&amp;gt;}&lt;B&gt;distinct&lt;/B&gt; &lt;B&gt;RELATIE_ID&lt;/B&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>Thu, 09 Dec 2010 16:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219251#M502462</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2010-12-09T16:28:14Z</dc:date>
    </item>
    <item>
      <title>Formula guidebook or help</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219252#M502463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all for the help, it worked!!!&lt;/P&gt;&lt;P&gt;Wouter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Dec 2010 09:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-guidebook-or-help/m-p/219252#M502463</guid>
      <dc:creator />
      <dc:date>2010-12-13T09:25:15Z</dc:date>
    </item>
  </channel>
</rss>

