<?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: convert straight table into pivot table expression fails in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/convert-straight-table-into-pivot-table-expression-fails/m-p/781113#M276721</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing wrong with the expression, in the presentation tab check the always fully expanded it will work &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2015 14:55:17 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2015-02-11T14:55:17Z</dc:date>
    <item>
      <title>convert straight table into pivot table expression fails</title>
      <link>https://community.qlik.com/t5/QlikView/convert-straight-table-into-pivot-table-expression-fails/m-p/781111#M276719</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 have straight table and i need to convert into a pivot table. (i need to know the stores/client that has sales &lt;STRONG style="text-decoration: underline;"&gt;only&lt;/STRONG&gt; in a Stores Date)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my table (and is correct):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.PNG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77548_1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i convert to pivot table (pivot table doesn't show nothing ?!). my expression fails. why??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/77567_2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Dimensions:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store and Client&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;my current expression is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SalesDate = StoreDate, count(Distinct Client))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my qvw is here &lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/downloadBody/7912-102-1-10700/TesteOnly.qvw"&gt;http://community.qlik.com/servlet/JiveServlet/downloadBody/7912-102-1-10700/TesteOnly.qvw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me please?&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;CAFC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 20:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-straight-table-into-pivot-table-expression-fails/m-p/781111#M276719</guid>
      <dc:creator>cafcptg2011</dc:creator>
      <dc:date>2015-02-10T20:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: convert straight table into pivot table expression fails</title>
      <link>https://community.qlik.com/t5/QlikView/convert-straight-table-into-pivot-table-expression-fails/m-p/781112#M276720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have the if() and count() reversed. Your expression should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(Distinct if(SalesDate = StoreDate, Client))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 23:21:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-straight-table-into-pivot-table-expression-fails/m-p/781112#M276720</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-02-10T23:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: convert straight table into pivot table expression fails</title>
      <link>https://community.qlik.com/t5/QlikView/convert-straight-table-into-pivot-table-expression-fails/m-p/781113#M276721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing wrong with the expression, in the presentation tab check the always fully expanded it will work &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 14:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-straight-table-into-pivot-table-expression-fails/m-p/781113#M276721</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-02-11T14:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: convert straight table into pivot table expression fails</title>
      <link>https://community.qlik.com/t5/QlikView/convert-straight-table-into-pivot-table-expression-fails/m-p/781114#M276722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks is correct!&lt;/P&gt;&lt;P&gt;thanks very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 15:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-straight-table-into-pivot-table-expression-fails/m-p/781114#M276722</guid>
      <dc:creator>cafcptg2011</dc:creator>
      <dc:date>2015-02-11T15:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: convert straight table into pivot table expression fails</title>
      <link>https://community.qlik.com/t5/QlikView/convert-straight-table-into-pivot-table-expression-fails/m-p/781115#M276723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A "correct" chart&amp;nbsp; expression -- that is, using aggregation -- should work expanded or not. See&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3807"&gt;Conditional Aggregations&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3779"&gt;Use Aggregation Functions!&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 18:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/convert-straight-table-into-pivot-table-expression-fails/m-p/781115#M276723</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-02-11T18:31:34Z</dc:date>
    </item>
  </channel>
</rss>

