<?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: Help with Pivots/Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456247#M1158379</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. The pivot shows all products.. I wanted to show only the total of the products in each state that has more than one price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should look like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S1, 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there is only one product in S1 that has multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S2, 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there are 2 products in S2 with multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, if I clock the first row, it should expand to show the individual products (P1 in the first case &amp;amp; P1 &amp;amp; P2 in the 2nd case).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Jan 2013 13:16:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-25T13:16:19Z</dc:date>
    <item>
      <title>Help with Pivots/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456244#M1158376</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 am new to qv &amp;amp; am trying to create a smart pivot. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with prices of products across stores &amp;amp; states for a given date range. I need to create a pivot table that would highlight products that have different prices across stores in a given state for a given date. Ideally, I need a pivot table that will give me Date, State, #ProductsWithMultiplePrices. On clicking the specific Date/State, it should expand into the list of products with multiple prices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider the below dataset :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ProductPrices:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD * INLINE&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt;Date, State, Store, Product, Price&lt;BR /&gt;1-Jan-2013, S1, ST11, P1, 101&lt;BR /&gt;1-Jan-2013, S1, ST11, P2, 102&lt;BR /&gt;1-Jan-2013, S1, ST12, P1, 102&lt;BR /&gt;1-Jan-2013, S1, ST12, P2, 102&lt;BR /&gt;1-Jan-2013, S2, ST21, P1, 110&lt;BR /&gt;1-Jan-2013, S2, ST21, P2, 120&lt;BR /&gt;1-Jan-2013, S2, ST21, P3, 130&lt;BR /&gt;1-Jan-2013, S2, ST22, P1, 111&lt;BR /&gt;1-Jan-2013, S2, ST22, P2, 120&lt;BR /&gt;1-Jan-2013, S2, ST23, P1, 110&lt;BR /&gt;1-Jan-2013, S2, ST23, P2, 121&lt;BR /&gt;];&lt;/SPAN&gt;&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;What I want is the following :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initially it should show me &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan-2013, S1, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan-2013, S2, 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if I click the second row (or rather the 1), it should expand into :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan-2013, S2, 2, P1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan-2013, S2, 2, P2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What's the best way to create this in pivots/charts ?&lt;/P&gt;&lt;P&gt;The actual data set is across a range of dates, all 50 states &amp;amp; multiple stores per state, multiple products per store. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;M&lt;A&gt;&lt;/A&gt;J&lt;/SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 23:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456244#M1158376</guid>
      <dc:creator />
      <dc:date>2013-01-24T23:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Pivots/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456245#M1158377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA. I am not sure u got correct answer r not, Check that one , let me know in what way u want rather than that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 04:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456245#M1158377</guid>
      <dc:creator>khadeer</dc:creator>
      <dc:date>2013-01-25T04:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Pivots/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456246#M1158378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Teh pivot shows all products.. I wanted to show only the total of the products in each state that has more than one price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should look like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S1, 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there is only one product in S1 that has multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S2, 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there are 2 products in S2 with multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, if I clock the first row, it should expand to show the individual products (P1 in the first case &amp;amp; P1 &amp;amp; P2 in the 2nd case).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 13:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456246#M1158378</guid>
      <dc:creator />
      <dc:date>2013-01-25T13:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Pivots/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456247#M1158379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. The pivot shows all products.. I wanted to show only the total of the products in each state that has more than one price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should look like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S1, 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there is only one product in S1 that has multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S2, 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there are 2 products in S2 with multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, if I clock the first row, it should expand to show the individual products (P1 in the first case &amp;amp; P1 &amp;amp; P2 in the 2nd case).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 13:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456247#M1158379</guid>
      <dc:creator />
      <dc:date>2013-01-25T13:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Pivots/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456248#M1158380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. The pivot shows all products.. I wanted to show only the total of the products in each state that has more than one price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should look like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S1, 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there is only one product in S1 that has multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S2, 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there are 2 products in S2 with multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, if I clock the first row, it should expand to show the individual products (P1 in the first case &amp;amp; P1 &amp;amp; P2 in the 2nd case).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 13:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456248#M1158380</guid>
      <dc:creator />
      <dc:date>2013-01-25T13:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Pivots/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456249#M1158381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. The pivot shows all products.. I wanted to show only the total of the products in each state that has more than one price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should look like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S1, 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there is only one product in S1 that has multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S2, 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there are 2 products in S2 with multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, if I clock the first row, it should expand to show the individual products (P1 in the first case &amp;amp; P1 &amp;amp; P2 in the 2nd case).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 13:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456249#M1158381</guid>
      <dc:creator />
      <dc:date>2013-01-25T13:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Pivots/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456250#M1158382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. The pivot shows all products.. I wanted to show only the total of the products in each state that has more than one price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should look like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S1, 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there is only one product in S1 that has multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S2, 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there are 2 products in S2 with multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, if I clock the first row, it should expand to show the individual products (P1 in the first case &amp;amp; P1 &amp;amp; P2 in the 2nd case).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 13:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456250#M1158382</guid>
      <dc:creator />
      <dc:date>2013-01-25T13:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Pivots/Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456251#M1158383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. The pivot shows all products.. I wanted to show only the total of the products in each state that has more than one price.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should look like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S1, 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there is only one product in S1 that has multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1-Jan, S2, 2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (since there are 2 products in S2 with multiple prices across stores in that state)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, if I clock the first row, it should expand to show the individual products (P1 in the first case &amp;amp; P1 &amp;amp; P2 in the 2nd case).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 13:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Pivots-Dimensions/m-p/456251#M1158383</guid>
      <dc:creator />
      <dc:date>2013-01-25T13:22:08Z</dc:date>
    </item>
  </channel>
</rss>

