<?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 | How to plot a point on a bar chart ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2009108#M83459</link>
    <description>&lt;P&gt;thanks for replying. I am using an enterprise edition cloud. I am not able to see more properties.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaushi2020_0-1669367204724.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94630iBD55C90E7E305699/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaushi2020_0-1669367204724.png" alt="kaushi2020_0-1669367204724.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Nov 2022 09:06:54 GMT</pubDate>
    <dc:creator>Kaushik2020</dc:creator>
    <dc:date>2022-11-25T09:06:54Z</dc:date>
    <item>
      <title>Bar chart | How to plot a point on a bar chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2008661#M83437</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here in the image - length of bar shows sum of sales per year for a set of customers.&lt;/P&gt;
&lt;P&gt;If I want to show a point on this BAR for a single client based on &lt;EM&gt;&lt;STRONG&gt;customer selection&lt;/STRONG&gt;&lt;/EM&gt; filter, is it possible ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Expectation:&lt;/P&gt;
&lt;P&gt;When user select &lt;EM&gt;&lt;STRONG&gt;customer name&lt;/STRONG&gt;&lt;/EM&gt; from filter pane, the sales for each year should show as a point on these bars. refer example screenshots for reference.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here the bar chart is static and it does not filter based on details selected in the filter pane.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 08:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2008661#M83437</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2022-11-24T08:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart | How to plot a point on a bar chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2009098#M83456</link>
      <description>&lt;P&gt;Hi, it is possible to do this like this: you take 'Combo chart' with year as your dimension and measure for length of bars&lt;/P&gt;
&lt;P&gt;Sum({1}sales)&lt;/P&gt;
&lt;P&gt;Notice, that {1} are making expression to ignore all filters, so these bars will become static. No you create 'Height of line' with measure&lt;/P&gt;
&lt;P&gt;if( GetSelectedCount(customer)=1, Sum(sales) )&lt;/P&gt;
&lt;P&gt;On same expression you press 'More properties', choose Marker and set in Primary axis. Create filter and it is done. Only when you choose one customer, its result appear in chart:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="justISO_0-1669365894382.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94628iF9FED87AF2AF1F09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="justISO_0-1669365894382.png" alt="justISO_0-1669365894382.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 08:45:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2009098#M83456</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-11-25T08:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart | How to plot a point on a bar chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2009108#M83459</link>
      <description>&lt;P&gt;thanks for replying. I am using an enterprise edition cloud. I am not able to see more properties.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kaushi2020_0-1669367204724.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/94630iBD55C90E7E305699/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kaushi2020_0-1669367204724.png" alt="kaushi2020_0-1669367204724.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 09:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2009108#M83459</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2022-11-25T09:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart | How to plot a point on a bar chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2009129#M83462</link>
      <description>&lt;P&gt;What chart are you using? Probably still bar chart, not combo chart, as I suggested.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 09:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2009129#M83462</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-11-25T09:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart | How to plot a point on a bar chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2009168#M83463</link>
      <description>&lt;P&gt;apologies for not checking the chart type. I had to change it now from Bar to Combo and it worked. It made my Day &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; thank you so much.&lt;span class="lia-unicode-emoji" title=":relieved_face:"&gt;😌&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 10:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2009168#M83463</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2022-11-25T10:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart | How to plot a point on a bar chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2012570#M83699</link>
      <description>&lt;P&gt;Hello, Just curious , is there any way we can plot similar dots on a BOX Plot ? &lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 08:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-chart-How-to-plot-a-point-on-a-bar-chart/m-p/2012570#M83699</guid>
      <dc:creator>Kaushik2020</dc:creator>
      <dc:date>2022-12-05T08:48:46Z</dc:date>
    </item>
  </channel>
</rss>

