<?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: Understand A Pivot Table Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Understand-A-Pivot-Table-Expression/m-p/948066#M975029</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;That expression is giving you a count of distinct Contract_No excluding these &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;{'100464-1','ZAD-HOC-1','YAD-HOC-1','ZHSADHOC-1'} from the current selection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Chirag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 14:51:45 GMT</pubDate>
    <dc:creator>ChiragPradhan</dc:creator>
    <dc:date>2015-09-01T14:51:45Z</dc:date>
    <item>
      <title>Understand A Pivot Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Understand-A-Pivot-Table-Expression/m-p/948065#M975028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have inherited a Qlikview report with an expression I don't understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody explain to me what this is doing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Contract_No]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={'100464-1','ZAD-HOC-1','YAD-HOC-1','ZHSADHOC-1'}&amp;gt;}Distinct Contract_No) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 14:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understand-A-Pivot-Table-Expression/m-p/948065#M975028</guid>
      <dc:creator>rebelfox</dc:creator>
      <dc:date>2015-09-01T14:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Understand A Pivot Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Understand-A-Pivot-Table-Expression/m-p/948066#M975029</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;That expression is giving you a count of distinct Contract_No excluding these &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;{'100464-1','ZAD-HOC-1','YAD-HOC-1','ZHSADHOC-1'} from the current selection.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Chirag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 14:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understand-A-Pivot-Table-Expression/m-p/948066#M975029</guid>
      <dc:creator>ChiragPradhan</dc:creator>
      <dc:date>2015-09-01T14:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Understand A Pivot Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Understand-A-Pivot-Table-Expression/m-p/948067#M975030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Roy, this set expression is counting the Distinct Contact_No under the current selections but with the stated values removed (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6666669845581px;"&gt;'100464-1','ZAD-HOC-1','YAD-HOC-1','ZHSADHOC-1')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove FieldA&amp;nbsp; A strings from the current set:&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;FieldA-={"A"}&amp;gt;}FieldA)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 14:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understand-A-Pivot-Table-Expression/m-p/948067#M975030</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-09-01T14:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Understand A Pivot Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Understand-A-Pivot-Table-Expression/m-p/948068#M975031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aha!&amp;nbsp; Yes OK.&amp;nbsp; I get it now.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;That '-' and the list had me scratching my head.&lt;/P&gt;&lt;P&gt;I find it hard to make sense of these expressions but clearly you guys can read them and they make sense instantly.&lt;/P&gt;&lt;P&gt;Is there some sort of technique or trick to it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 15:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understand-A-Pivot-Table-Expression/m-p/948068#M975031</guid>
      <dc:creator>rebelfox</dc:creator>
      <dc:date>2015-09-01T15:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Understand A Pivot Table Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Understand-A-Pivot-Table-Expression/m-p/948069#M975032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, &lt;A href="https://community.qlik.com/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this is a good one for creating set analysis expressions: &lt;A href="http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/" title="http://www.qlikblog.at/1384/set-analysis-wizard-qlikview/"&gt;Set Analysis Wizard for QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Chirag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 15:32:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Understand-A-Pivot-Table-Expression/m-p/948069#M975032</guid>
      <dc:creator>ChiragPradhan</dc:creator>
      <dc:date>2015-09-01T15:32:12Z</dc:date>
    </item>
  </channel>
</rss>

