<?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: Create dimention in as table  - qlikview  ( using aggr function in object ) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853862#M1215789</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes you can implement through aggr in a calculated dimension;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=aggr(if(sum(profit/sales)&amp;gt;0.01 and sum(profit/sales)&amp;lt;0.08,
	'level1',
	if(sum(profit/sales)&amp;gt;0.09 and sum(profit/sales)&amp;lt;0.15,
		'level2',
		if(sum(profit/sales)&amp;gt;0.15 and sum(profit/sales)&amp;lt;0.50,
			'level3',
			'level4'
			)
		)
	),[Customer])&lt;/LI-CODE&gt;
&lt;P&gt;QVW attached ... I have personal edition, so not sure you will be able to do anything with it though.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Chris.&lt;/P&gt;</description>
    <pubDate>Sat, 30 Oct 2021 13:02:31 GMT</pubDate>
    <dc:creator>chrismarlow</dc:creator>
    <dc:date>2021-10-30T13:02:31Z</dc:date>
    <item>
      <title>Create dimention in as table  - qlikview  ( using aggr function in object )</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853170#M1215750</link>
      <description>&lt;P&gt;Hi guys&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am tryng to create an object according to customer Margins&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my data ( attached) include customer , sales and profit&amp;nbsp;&lt;/P&gt;
&lt;P&gt;according to the rate of %profit = profit/sales&amp;nbsp;&lt;/P&gt;
&lt;P&gt;create a table&amp;nbsp; : levels , number of customers&amp;nbsp; .&lt;/P&gt;
&lt;P&gt;as well we need to&amp;nbsp; select the customers according to the level&amp;nbsp; .&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in the attached excel file , you will find data and the required output object&amp;nbsp; .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;gidon&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 14:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853170#M1215750</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2021-10-28T14:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimention in as table  - qlikview  ( using aggr function in object )</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853263#M1215754</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Not sure the numbers on your spreadsheet work or how you want to handle the ranges (&amp;lt;, &amp;lt;=, &amp;gt;, &amp;gt;=) but you could try a valuelist dimension &amp;amp; then use that in the expression, similar to this;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20211028_1.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/65517i094AE77819FFF02A/image-size/large?v=v2&amp;amp;px=999" role="button" title="20211028_1.png" alt="20211028_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Chris.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Oct 2021 18:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853263#M1215754</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2021-10-28T18:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimention in as table  - qlikview  ( using aggr function in object )</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853403#M1215763</link>
      <description>&lt;P&gt;Hi&amp;nbsp; Chris&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for your mail .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you please load the qvw documents&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do you think we can implement&amp;nbsp; it by aggr function&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;gidon&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 05:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853403#M1215763</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2021-10-29T05:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimention in as table  - qlikview  ( using aggr function in object )</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853404#M1215764</link>
      <description>&lt;P&gt;Hi&amp;nbsp; Chris&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for your mail .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can you please load the qvw documents&amp;nbsp;&lt;/P&gt;
&lt;P&gt;do you think we can implement&amp;nbsp; it by aggr function&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;gidon&lt;/P&gt;</description>
      <pubDate>Fri, 29 Oct 2021 05:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853404#M1215764</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2021-10-29T05:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimention in as table  - qlikview  ( using aggr function in object )</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853862#M1215789</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes you can implement through aggr in a calculated dimension;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=aggr(if(sum(profit/sales)&amp;gt;0.01 and sum(profit/sales)&amp;lt;0.08,
	'level1',
	if(sum(profit/sales)&amp;gt;0.09 and sum(profit/sales)&amp;lt;0.15,
		'level2',
		if(sum(profit/sales)&amp;gt;0.15 and sum(profit/sales)&amp;lt;0.50,
			'level3',
			'level4'
			)
		)
	),[Customer])&lt;/LI-CODE&gt;
&lt;P&gt;QVW attached ... I have personal edition, so not sure you will be able to do anything with it though.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Chris.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 13:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853862#M1215789</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2021-10-30T13:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimention in as table  - qlikview  ( using aggr function in object )</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853882#M1215794</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;thank you very much&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it works great&amp;nbsp;&lt;/P&gt;
&lt;P&gt;gidon&lt;/P&gt;</description>
      <pubDate>Sat, 30 Oct 2021 19:03:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1853882#M1215794</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2021-10-30T19:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimention in as table  - qlikview  ( using aggr function in object )</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1859196#M1216047</link>
      <description>&lt;P&gt;&lt;SPAN data-sheets-value="{&amp;quot;1&amp;quot;:2,&amp;quot;2&amp;quot;:&amp;quot;Thank you for posting something like this&amp;quot;}" data-sheets-userformat="{&amp;quot;2&amp;quot;:4480,&amp;quot;10&amp;quot;:2,&amp;quot;11&amp;quot;:3,&amp;quot;15&amp;quot;:&amp;quot;arial,sans,sans-serif&amp;quot;}"&gt;Thank you for posting something like this&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 08:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1859196#M1216047</guid>
      <dc:creator>Slotherworld</dc:creator>
      <dc:date>2021-11-15T08:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create dimention in as table  - qlikview  ( using aggr function in object )</title>
      <link>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1859690#M1216074</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28968"&gt;@chrismarlow&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Yes you can implement through aggr in a calculated dimension &lt;FONT color="#000000"&gt;&lt;A href="https://www.tellpizzahut.online/" target="_self"&gt;&lt;FONT color="#000000"&gt;tellpizzahut&lt;/FONT&gt;&lt;/A&gt;&lt;/FONT&gt; ;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;=aggr(if(sum(profit/sales)&amp;gt;0.01 and sum(profit/sales)&amp;lt;0.08,
	'level1',
	if(sum(profit/sales)&amp;gt;0.09 and sum(profit/sales)&amp;lt;0.15,
		'level2',
		if(sum(profit/sales)&amp;gt;0.15 and sum(profit/sales)&amp;lt;0.50,
			'level3',
			'level4'
			)
		)
	),[Customer])&lt;/LI-CODE&gt;
&lt;P&gt;QVW attached ... I have personal edition, so not sure you will be able to do anything with it though.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Chris.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This helps me....&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2021 06:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-dimention-in-as-table-qlikview-using-aggr-function-in/m-p/1859690#M1216074</guid>
      <dc:creator>Slotherworld</dc:creator>
      <dc:date>2021-11-16T06:08:56Z</dc:date>
    </item>
  </channel>
</rss>

