<?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 help with Aggr Function in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910582#M75035</link>
    <description>&lt;P&gt;HI Joseph,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its stacked bar chart only with 3 measures as GREEN,AMBER &amp;amp; RED .so in second image you can see when i click on country it giving me correct color as 1 for AMBER and 1 for RED&amp;nbsp; but when nothing selected its showing overall green instead of breakup by 3 Color(measure )&amp;nbsp; .&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 12:30:14 GMT</pubDate>
    <dc:creator>manojciti</dc:creator>
    <dc:date>2022-03-28T12:30:14Z</dc:date>
    <item>
      <title>Bar chart help with Aggr Function</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910534#M75026</link>
      <description>&lt;P&gt;HI All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Need help in resolving issue of Bar Chart.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have&amp;nbsp; stacked bar chart with Dimension as Country and measure as&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Count({&amp;lt;[KPI ID]={"=$(PercentKPI)&amp;gt;=0.08"},[NUMBER FORMAT]={'Percentage'},[MONTH NUMBER]= {"$(vMaxMonth)"}&amp;gt;}Distinct [KPI ID])&amp;nbsp; AS RED&lt;/P&gt;
&lt;P&gt;Count({&amp;lt;[KPI ID]={"=$(PercentKPI) &amp;lt; 0.08"},[NUMBER FORMAT]={'Percentage'},[MONTH NUMBER]= {"$(vMaxMonth)"}&amp;gt;}Distinct [KPI ID]) AS GREEN&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where variable percetnKPI is SUM(Passed)/ Sum(Failed)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BArchart show all values as same 2 for all bar for all country as I have only 2 KPI count and all for GREEN but what I want as breakup by Countries which comes after sleection&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manojciti_1-1648466767526.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75472iC56D2A29014DEC57/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manojciti_1-1648466767526.png" alt="manojciti_1-1648466767526.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for eg:- in above chart&amp;nbsp; Luxemberg show default value as 2 for green but when click on it it shows 1 Amber and 1 Red and that's what I need as default value o bar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="manojciti_0-1648466636816.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/75470i548715FA3BC3EE4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="manojciti_0-1648466636816.png" alt="manojciti_0-1648466636816.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 11:26:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910534#M75026</guid>
      <dc:creator>manojciti</dc:creator>
      <dc:date>2022-03-28T11:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart help with Aggr Function</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910577#M75034</link>
      <description>&lt;P&gt;@&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(46,46,46);font-size:13px;"&gt;&lt;STRONG&gt;manojciti,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(46,46,46);font-size:13px;"&gt;&lt;STRONG&gt;Did you try to represent it as " stacked bar chart"?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(46,46,46);font-size:13px;"&gt;&lt;STRONG&gt;Can you, at least, share your application?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;/joseph&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 12:26:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910577#M75034</guid>
      <dc:creator>Joseph_Musekura</dc:creator>
      <dc:date>2022-03-28T12:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart help with Aggr Function</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910582#M75035</link>
      <description>&lt;P&gt;HI Joseph,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its stacked bar chart only with 3 measures as GREEN,AMBER &amp;amp; RED .so in second image you can see when i click on country it giving me correct color as 1 for AMBER and 1 for RED&amp;nbsp; but when nothing selected its showing overall green instead of breakup by 3 Color(measure )&amp;nbsp; .&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 12:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910582#M75035</guid>
      <dc:creator>manojciti</dc:creator>
      <dc:date>2022-03-28T12:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart help with Aggr Function</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910608#M75038</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/87186"&gt;@manob&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you share the sample qliksense app with the data to work out&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 13:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910608#M75038</guid>
      <dc:creator>abhijith28</dc:creator>
      <dc:date>2022-03-28T13:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart help with Aggr Function</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910717#M75051</link>
      <description>&lt;P&gt;Attached Sample Data file&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 15:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910717#M75051</guid>
      <dc:creator>manojciti</dc:creator>
      <dc:date>2022-03-28T15:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart help with Aggr Function</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910718#M75052</link>
      <description>&lt;P&gt;Attached as requested&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 15:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910718#M75052</guid>
      <dc:creator>manojciti</dc:creator>
      <dc:date>2022-03-28T15:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart help with Aggr Function</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910994#M75074</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/165785"&gt;@manojciti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Variable returns single value. Instead use if condition for each measure&lt;/P&gt;
&lt;P&gt;Ex: for Green&lt;/P&gt;
&lt;P&gt;if(&lt;BR /&gt;(sum([NO. OF FAIELD])&lt;BR /&gt;/(sum([NO. OF FAIELD])&lt;BR /&gt;+sum([NO. OF PASSED])))&amp;lt;.05,&lt;/P&gt;
&lt;P&gt;Count({&amp;lt;[NUMBER FORMAT]={'Percentage'},[MONTH NUMBER]= {'44621'} &amp;gt;}Distinct [KPI ID]),0)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 08:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910994#M75074</guid>
      <dc:creator>abhijith28</dc:creator>
      <dc:date>2022-03-29T08:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart help with Aggr Function</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910999#M75076</link>
      <description>&lt;P&gt;HI Abhijith,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried but its not working as expected,&lt;/P&gt;
&lt;P&gt;can you please update attached qliksense app and share .that will be helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 08:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1910999#M75076</guid>
      <dc:creator>manojciti</dc:creator>
      <dc:date>2022-03-29T08:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart help with Aggr Function</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1911029#M75077</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The count of KPI ID is not available for Amber and red. The data itself is not available&lt;/P&gt;
&lt;P&gt;As a result you won't see stacked bar chart.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 08:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1911029#M75077</guid>
      <dc:creator>abhijith28</dc:creator>
      <dc:date>2022-03-29T08:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart help with Aggr Function</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1912901#M75251</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/165785"&gt;@manojciti&lt;/a&gt;,&lt;BR /&gt;Can you check &lt;A href="https://help.qlik.com/en-US/sense/February2020/Subsystems/Hub/Content/Sense_Hub/Visualizations/Bar-Chart/bar-chart.htm" target="_blank" rel="noopener"&gt;https://help.qlik.com/en-US/sense/February2020/Subsystems/Hub/Content/Sense_Hub/Visualizations/Bar-Chart/bar-chart.htm&lt;/A&gt; for bar chart vs Stacked style?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Normally, what you are doing should work but you need to check the data model. See for example this simple example using one dimension and 3 measures (similar to what you want to achieve)&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/100-Stacked-Bar-Chart-using-multiple-measures/td-p/1739658" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/100-Stacked-Bar-Chart-using-multiple-measures/td-p/1739658&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;/joseph&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 07:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-help-with-Aggr-Function/m-p/1912901#M75251</guid>
      <dc:creator>Joseph_Musekura</dc:creator>
      <dc:date>2022-04-01T07:26:29Z</dc:date>
    </item>
  </channel>
</rss>

