<?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 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bar-chart-Help/m-p/1994265#M82292</link>
    <description>&lt;P&gt;Hi, I believe you need to create 2 different measures, one just for Wanted, other for Actual. This can be done like this:&lt;/P&gt;
&lt;P&gt;avg({&amp;lt;Mark={'Wanted'}&amp;gt;}Score)&lt;/P&gt;
&lt;P&gt;avg({&amp;lt;Mark={'Actual'}&amp;gt;}Score)&lt;/P&gt;
&lt;P&gt;so your chart should look like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="justISO_0-1666161509742.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91651iBD79B50911FF8CB3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="justISO_0-1666161509742.png" alt="justISO_0-1666161509742.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Oct 2022 06:38:36 GMT</pubDate>
    <dc:creator>justISO</dc:creator>
    <dc:date>2022-10-19T06:38:36Z</dc:date>
    <item>
      <title>Bar chart Help</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-Help/m-p/1994257#M82288</link>
      <description>&lt;P&gt;Hello QLikers,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i have a sample data :&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 220pt;" width="293"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="width: 57pt; height: 15.0pt;"&gt;Emp num&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px" style="width: 67pt;"&gt;Category&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px" style="width: 48pt;"&gt;Mark&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" style="width: 48pt;"&gt;Score&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;One&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Wanted&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;40&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;One&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Actual&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;20&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="10px" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD width="89.0625px" height="10px"&gt;Two&lt;/TD&gt;
&lt;TD width="63.9688px" height="10px"&gt;Wanted&lt;/TD&gt;
&lt;TD width="63.7917px" height="10px" align="right"&gt;25&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;TWo&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Actual&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;0&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;Three&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Wanted&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;25&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;Three&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Actual&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;Four&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Wanted&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;1&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;Four&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Actual&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;15&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;2&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;One&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Wanted&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;40&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;2&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;One&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Actual&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;25&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;2&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;Two&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Wanted&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;25&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;2&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;Two&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Actual&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;20&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;2&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;Three&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Wanted&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;25&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;2&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;Three&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Actual&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;25&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;2&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;Four&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Wanted&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="75.5104px" height="15px" style="height: 15.0pt;"&gt;2&lt;/TD&gt;
&lt;TD width="89.0625px" height="15px"&gt;Four&lt;/TD&gt;
&lt;TD width="63.9688px" height="15px"&gt;Actual&lt;/TD&gt;
&lt;TD width="63.7917px" height="15px" align="right"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to show the AVG of (actual) in a bar chart with grouped category, i did it but when i take the AVG(SCORE)&lt;/P&gt;
&lt;P&gt;it gives me the avg for both wanted and actual score, i want to make the wanted as a static bar (for referencing) and the actual as AVG&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="Saif1_0-1666160492145.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91650iA514C2EF4197F9CB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Saif1_0-1666160492145.png" alt="Saif1_0-1666160492145.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;something like this ( A = one , B = two , etc.....)&amp;nbsp; , excuse my drawing XD,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any help ? thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 06:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-Help/m-p/1994257#M82288</guid>
      <dc:creator>Saif1</dc:creator>
      <dc:date>2022-10-19T06:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart Help</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-Help/m-p/1994265#M82292</link>
      <description>&lt;P&gt;Hi, I believe you need to create 2 different measures, one just for Wanted, other for Actual. This can be done like this:&lt;/P&gt;
&lt;P&gt;avg({&amp;lt;Mark={'Wanted'}&amp;gt;}Score)&lt;/P&gt;
&lt;P&gt;avg({&amp;lt;Mark={'Actual'}&amp;gt;}Score)&lt;/P&gt;
&lt;P&gt;so your chart should look like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="justISO_0-1666161509742.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91651iBD79B50911FF8CB3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="justISO_0-1666161509742.png" alt="justISO_0-1666161509742.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 06:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-Help/m-p/1994265#M82292</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-10-19T06:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart Help</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-Help/m-p/1994276#M82294</link>
      <description>&lt;P&gt;It worked , weird enough that the first time it did not give me an option to add 2 measures, then i took max(actual values) to achieve what I wanted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you so much.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Oct 2022 06:57:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-Help/m-p/1994276#M82294</guid>
      <dc:creator>Saif1</dc:creator>
      <dc:date>2022-10-19T06:57:01Z</dc:date>
    </item>
  </channel>
</rss>

