<?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: Group yearly product sales by region in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11064#M783165</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;Period is the equivalent of Year ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2018 13:50:16 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-03-12T13:50:16Z</dc:date>
    <item>
      <title>Group yearly product sales by region</title>
      <link>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11063#M783164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking to create a bar chart to do the following in Qlikview:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Region, Product, Sales, Period&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1,2,1,1&lt;/P&gt;&lt;P&gt;1,2,3,2&lt;/P&gt;&lt;P&gt;1,2,4,3&lt;/P&gt;&lt;P&gt;2,2,4,1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, If I wanted to count the individuals products that sold less than 10 times per year, what would be the best method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11063#M783164</guid>
      <dc:creator>adley51788</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Group yearly product sales by region</title>
      <link>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11064#M783165</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;Period is the equivalent of Year ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 13:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11064#M783165</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-12T13:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Group yearly product sales by region</title>
      <link>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11065#M783166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes - I only have 1 year of data. Essentially looking to use set analysis --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;product = {'=if(sum(sales)&amp;lt;10,1}&amp;gt;}Region)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 14:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11065#M783166</guid>
      <dc:creator>adley51788</dc:creator>
      <dc:date>2018-03-12T14:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Group yearly product sales by region</title>
      <link>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11066#M783167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To &lt;STRONG&gt;count&lt;/STRONG&gt; the individuals &lt;STRONG&gt;products&lt;/STRONG&gt; that sold less than 10 times per year, you can do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;count({&amp;lt;product = {"=sum(sales)&amp;lt;10"}&amp;gt;}Product)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;now it depends on how you want to integrate the year value in this analysis, you want to select the year ? you want it to be static on a specific year ?&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 14:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11066#M783167</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-12T14:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: Group yearly product sales by region</title>
      <link>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11067#M783168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, products can go across regions. I want to show each region and the number of products with sales under 10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 14:16:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11067#M783168</guid>
      <dc:creator>adley51788</dc:creator>
      <dc:date>2018-03-12T14:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: Group yearly product sales by region</title>
      <link>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11068#M783169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to show the count of each region, juste use the Region field on the dimensions and use the expression I gave you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 14:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Group-yearly-product-sales-by-region/m-p/11068#M783169</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-12T14:21:13Z</dc:date>
    </item>
  </channel>
</rss>

