<?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: Static Bar in Bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510811#M1132821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is what I think you are looking for.&amp;nbsp; Set Analysis is used to keep group static by removing the person field from the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49773_Untitled.png" style="width: 620px; height: 368px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Nov 2013 06:42:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-11-30T06:42:36Z</dc:date>
    <item>
      <title>Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510807#M1132817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help, I want to use a bar chart and want to show few valuses for specific group, below is the details I am trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a dimention called group, in this group we can have team and individual members. This group works on dofferent requests lets call it ticket. Now I want to show the count of tickets in Bar chart as below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want one statich bar which will show all the tickets handled by the group and we can have two filter conditions (list box) where I will have list of team and other will have least of team members. If I select a perticulat team if should show me all tickets handled (count of tickets) by group and all tickets handled by that perticular selected team OR if I select individual team member it should show me all&amp;nbsp; tickets handled (count of tickets) by group and all tickets handled by that individual selected team member, so here in all case one BAR i.e. tickets handled by group will always be statick and will never change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me how can I do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 16:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510807#M1132817</guid>
      <dc:creator />
      <dc:date>2013-11-29T16:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510808#M1132818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 03:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510808#M1132818</guid>
      <dc:creator />
      <dc:date>2013-11-30T03:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510809#M1132819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like there are many ways to handle this.&amp;nbsp; Try looking into "Set Analysis", "Alternate States", "Grouped Dimensions", "If statements" or the "Aggregation Function". &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 05:00:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510809#M1132819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-30T05:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510810#M1132820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhishek,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In a bar chart take dimension As Group ,&lt;/P&gt;&lt;P&gt;expression1 -&amp;gt;&amp;nbsp; Count(tickets)&lt;/P&gt;&lt;P&gt;expression 2-&amp;gt; Count({$&amp;lt;Group&amp;gt;} tickets)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so first expression value remains as it is what ever the selection..&lt;/P&gt;&lt;P&gt;in second expression it will change according to selection in group..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;koti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 05:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510810#M1132820</guid>
      <dc:creator />
      <dc:date>2013-11-30T05:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510811#M1132821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is what I think you are looking for.&amp;nbsp; Set Analysis is used to keep group static by removing the person field from the selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/49773_Untitled.png" style="width: 620px; height: 368px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Nov 2013 06:42:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510811#M1132821</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-30T06:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510812#M1132822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Koti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the option you suggested but it not working as I said in my original request there are 3 different filters i.e. group, team and team member. so even after applying your suggestion in the first filter i.e. group level its showing first bar as total ticket and second bar as hotal tickets handled by group which is good but when I apply second selection along with first i.e. team selection then for total ticket bar its shwing total ticket of team but even here I want total ticket of group and same when I am applying 3rd criteria team member its showing total ticket of team member but it should be total ticket in group vs ticket handled by team member or team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I make sance, please let me know if you have any question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2013 02:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510812#M1132822</guid>
      <dc:creator />
      <dc:date>2013-12-01T02:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510813#M1132823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply, I tried the option you suggested but it not working as I said in my original request there are 3 different filters i.e. group, team and team member. so even after applying your suggestion in the first filter i.e. group level its showing first bar as total ticket and second bar as hotal tickets handled by group which is good but when I apply second selection along with first i.e. team selection then for total ticket bar its shwing total ticket of team but even here I want total ticket of group and same when I am applying 3rd criteria team member its showing total ticket of team member but it should be total ticket in group vs ticket handled by team member or team. so I want first bar i.e. total ticket by group to be static all the time and shouldnt change even if we are selecting team or team member filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need further clarification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Dec 2013 02:17:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510813#M1132823</guid>
      <dc:creator />
      <dc:date>2013-12-01T02:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510814#M1132824</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;Can anyone please help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 00:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510814#M1132824</guid>
      <dc:creator />
      <dc:date>2013-12-02T00:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510815#M1132825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if I understand you correctly but it seems like you want a chart that will have only 2 bars, first bar will show the total ticket count for all group and will be static all the time and second bar will show the filtered result according to your selections on Team and Team Member field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attached sample, hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 02:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510815#M1132825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-02T02:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510816#M1132826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chee Tiong Chua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, yes this is what I am looking for. But when I am trying it with my data its not working. Below I provided my sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using one dimention "Currently Assigned Group Name" and the expressions I am using are as below&lt;/P&gt;&lt;P&gt;Group Total : sum &lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;total&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Currently Assigned Group Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Manager&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TicketOwner&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ticket Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Ticket Count : &lt;/SPAN&gt;= &lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ticket Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Closed', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Ticket Number]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="761"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl72" height="20" width="216"&gt;Currently Assigned Group Name &lt;/TD&gt;&lt;TD class="xl72" style="border-left: medium none;" width="164"&gt;TicketOwner&lt;/TD&gt;&lt;TD class="xl72" style="border-left: medium none;" width="85"&gt;Ticket Number&lt;/TD&gt;&lt;TD class="xl73" style="border-left: medium none;" width="154"&gt;Manager&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none;" width="142"&gt;Ticket Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: medium none;"&gt;abc.pqr&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;abhi&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;300-12696&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;David&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: medium none;"&gt;abc.pqr&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;Raj&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;300-12697&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;David&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: medium none;"&gt;xyz&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;roy&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;300-11872&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Lori&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: medium none;"&gt;Aup&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;abhi&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;300-12032&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;David&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Queued&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: medium none;"&gt;abc.pqr&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;mannu&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;300-12057&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;David&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: medium none;"&gt;xyz&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;jim&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;300-12014&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Lori&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Pending&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: medium none;"&gt;ppp&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;abhi&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;300-11470&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;roky&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: medium none;"&gt;aaa&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;raj&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;300-8867&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;ash&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: medium none;"&gt;abc.pqr&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;joy&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;300-9017&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;David&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: medium none;"&gt;lpp&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;mannu&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;300-9018&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Moly&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Closed&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl74" height="20" style="border-top: medium none;"&gt;aum&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;abhi&lt;/TD&gt;&lt;TD class="xl74" style="border-left: medium none; border-top: medium none;"&gt;300-9254&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;David&lt;/TD&gt;&lt;TD class="xl75" style="border-left: medium none; border-top: medium none;"&gt;Resolved&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 02:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510816#M1132826</guid>
      <dc:creator />
      <dc:date>2013-12-02T02:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510817#M1132827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try changing 'Sum' to 'Count'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 03:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510817#M1132827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-02T03:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510818#M1132828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After using count its working, but its showing all the croups even if we select one i.e suppose if I select "abc.pqr" then we should see result only for "abc.pqr" but its showing all groups. As I am having many groups so the presentation is not up to the mark, can we anyhow just show the groups only which we select?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhishek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 03:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510818#M1132828</guid>
      <dc:creator />
      <dc:date>2013-12-02T03:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: Static Bar in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510819#M1132829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can just remove "&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;[Currently Assigned Group Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;/SPAN&gt;" from you group total expression, what the set analysis in the expression does is simply just ignoring the selection made to the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 05:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Static-Bar-in-Bar-chart/m-p/510819#M1132829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-02T05:01:59Z</dc:date>
    </item>
  </channel>
</rss>

