<?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: Crosstable Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440327#M432230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish I could have thought of this... but is it just looking at the preceding row? What if it's not exactly in that order?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Aug 2017 19:23:51 GMT</pubDate>
    <dc:creator>cbaqir</dc:creator>
    <dc:date>2017-08-22T19:23:51Z</dc:date>
    <item>
      <title>Crosstable Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440324#M432227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a crosstable where my requirement is to only show discrepancies (differences) in the chart. The duplicate can be on any of the dimensions after DESCRIPTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: since the ORDERABLE here is the same in both ECISA and CAREB for this DESCRIPTION, I would not want to show it on this chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="174120" alt="8-21-2017 1-31-07 PM.jpg" class="jive-image image-1" src="/legacyfs/online/174120_8-21-2017 1-31-07 PM.jpg" style="width: 620px; height: 303px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 20:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440324#M432227</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-08-21T20:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440325#M432228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look here?&lt;/P&gt;&lt;P&gt;Work around, May possible in script for 3rd expression then Use flag to exclude with in the Count statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 03:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440325#M432228</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-08-22T03:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440326#M432229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Count(DOMAIN) = Before(Count(DOMAIN)) or Count(DOMAIN) = After(Count(DOMAIN)), Null(), Count(DOMAIN))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 12:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440326#M432229</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-22T12:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440327#M432230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wish I could have thought of this... but is it just looking at the preceding row? What if it's not exactly in that order?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 19:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440327#M432230</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2017-08-22T19:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440328#M432231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not the preceding row... it is looking in preceding column and proceeding column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 19:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440328#M432231</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-22T19:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Crosstable Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440329#M432232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out After/Before here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8205"&gt;Missing Manual - Before() and After()&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2017 19:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Crosstable-Expression/m-p/1440329#M432232</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-22T19:25:49Z</dc:date>
    </item>
  </channel>
</rss>

