<?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: Bar chart selecting particular fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-chart-selecting-particular-fields/m-p/522054#M1130021</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do it by selections...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as dimension you can use it&lt;/P&gt;&lt;P&gt;=if(Aggr(Sum(1), Names)&amp;gt;0, &lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Selected: $(=Concat(DISTINCT Names, ', '))',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Others: $(=Concat({&amp;lt;Names=E({$})&amp;gt;} DISTINCT Names, ', '))')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Expresion:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Names=&amp;gt;} Value_Salary)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and make a list with Names&lt;/P&gt;&lt;P&gt;so if you select some of them you will see to groups in your chart...&lt;/P&gt;&lt;P&gt;one the selected ones and the other group name it "Others"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;I hope it will be usefull....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 18:34:14 GMT</pubDate>
    <dc:creator>angelaecheverri</dc:creator>
    <dc:date>2013-12-03T18:34:14Z</dc:date>
    <item>
      <title>Bar chart selecting particular fields</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-selecting-particular-fields/m-p/522052#M1130019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have data employees on x-axis and salaries on y axis.i want some particular emps salarys only example mahesh,kiran,seetha,anil etc only remaining should be groped to others and others info sholud be presented last only on barchart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;others field grouping visible like last on bar char can u please let me know how many ways this can be done in qlik view.&lt;/P&gt;&lt;P&gt;let me know where exactly we have to write scripting as well help asap on this to do my application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 16:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-selecting-particular-fields/m-p/522052#M1130019</guid>
      <dc:creator />
      <dc:date>2013-12-03T16:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart selecting particular fields</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-selecting-particular-fields/m-p/522053#M1130020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. You could use a calculated dimension such as:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(match(Employees, 'Mahesh', 'Kiran', 'Seetha'), Employees, dual('Others',0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then sort based on numeric value ascending and text (the formula may have to change depending on sorting/preference).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;2. You can make use of dimension limits:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="First.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49917_First.PNG.png" style="width: 620px; height: 548px;" /&gt;&lt;/P&gt;&lt;P&gt;But that would depend how you have your names sorted (might need to use a field to rank them or some kind of expression).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 17:13:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-selecting-particular-fields/m-p/522053#M1130020</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2013-12-03T17:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart selecting particular fields</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-chart-selecting-particular-fields/m-p/522054#M1130021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do it by selections...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as dimension you can use it&lt;/P&gt;&lt;P&gt;=if(Aggr(Sum(1), Names)&amp;gt;0, &lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Selected: $(=Concat(DISTINCT Names, ', '))',&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Others: $(=Concat({&amp;lt;Names=E({$})&amp;gt;} DISTINCT Names, ', '))')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as Expresion:&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Names=&amp;gt;} Value_Salary)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and make a list with Names&lt;/P&gt;&lt;P&gt;so if you select some of them you will see to groups in your chart...&lt;/P&gt;&lt;P&gt;one the selected ones and the other group name it "Others"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;I hope it will be usefull....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 18:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-chart-selecting-particular-fields/m-p/522054#M1130021</guid>
      <dc:creator>angelaecheverri</dc:creator>
      <dc:date>2013-12-03T18:34:14Z</dc:date>
    </item>
  </channel>
</rss>

