<?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 Grouping revenue classes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Grouping-revenue-classes/m-p/564820#M210817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a row-specific information about deliveries, showing the delivery spesific turnover [DeliveryRevenue]. The same &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;customer [EndCustomername] has typically several deliveries in month. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make a year level graph that shows the number of clients whose annual turnover is "0-14 999eur", "15 000-&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;49 999eur" and "more than 50 000eur" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also like to show the year level total revenue, which is the same way grouped. So what share of company level &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;revenue comes from Customers whose year level turnover is less than 15keur, 15-49keur and over 50keur. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have delivery data from years 2009-2013 so some how I should make grouping in year level and customer level. As I &lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;understand it is not wise to make this in import script while I need this delivery row &lt;/SPAN&gt;specific&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt; data in my other analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to do this with formula placed in expression. I think I have misspelled the formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo Heinonen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2014 09:43:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-12T09:43:38Z</dc:date>
    <item>
      <title>Grouping revenue classes</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-revenue-classes/m-p/564820#M210817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a row-specific information about deliveries, showing the delivery spesific turnover [DeliveryRevenue]. The same &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;customer [EndCustomername] has typically several deliveries in month. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to make a year level graph that shows the number of clients whose annual turnover is "0-14 999eur", "15 000-&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;49 999eur" and "more than 50 000eur" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would also like to show the year level total revenue, which is the same way grouped. So what share of company level &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;revenue comes from Customers whose year level turnover is less than 15keur, 15-49keur and over 50keur. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have delivery data from years 2009-2013 so some how I should make grouping in year level and customer level. As I &lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;understand it is not wise to make this in import script while I need this delivery row &lt;/SPAN&gt;specific&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt; data in my other analysis.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to do this with formula placed in expression. I think I have misspelled the formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo Heinonen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 09:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-revenue-classes/m-p/564820#M210817</guid>
      <dc:creator />
      <dc:date>2014-03-12T09:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping revenue classes</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-revenue-classes/m-p/564821#M210818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as dimension&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; year&amp;nbsp;&amp;nbsp;&amp;nbsp; or if you don't have&amp;nbsp; make it in the script or calculated dimension year(your_date)&lt;/P&gt;&lt;P&gt;as calculated dimension&amp;nbsp; &lt;/P&gt;&lt;P&gt;if(sum(amount) &amp;gt; 50, 'over 50k',&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (sum(amount) &amp;gt; 15, '15-49k',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; '0-15k')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE : you could use the CLASS function if you have the same step between data&amp;nbsp; like 0-15, 15-30, 30-45....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expr&amp;nbsp; count(distinc lcients)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 09:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-revenue-classes/m-p/564821#M210818</guid>
      <dc:creator />
      <dc:date>2014-03-12T09:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping revenue classes</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-revenue-classes/m-p/564822#M210819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension = Calculated Dimension&lt;/P&gt;&lt;P&gt;=Aggr(IF(SUM(TurnOver)&amp;gt;0 and SUM(TurnOver)&amp;lt;15000,'15Keur',&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(SUM(TurnOver)&amp;gt;15000 and SUM(TurnOver)&amp;lt;50000,'15-49Keur',&lt;/P&gt;&lt;P&gt;&amp;nbsp; IF(SUM(TurnOver)&amp;gt;50000, 'Over 50Keur'))),Customer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;=COUNT(Distinct Customer)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 10:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-revenue-classes/m-p/564822#M210819</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-12T10:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping revenue classes</title>
      <link>https://community.qlik.com/t5/QlikView/Grouping-revenue-classes/m-p/564823#M210820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! Now it works!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 11:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Grouping-revenue-classes/m-p/564823#M210820</guid>
      <dc:creator />
      <dc:date>2014-03-12T11:46:45Z</dc:date>
    </item>
  </channel>
</rss>

