<?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 bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/1431360#M810733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a bar chart but want to multiple selected expressions how to make it.&lt;/P&gt;&lt;P&gt;i need a list box with profit , quantity,sales if i make selection on profit bar graph need to show sum (profit), if i make selection on quantity it need to reflect on sum(quantity)&amp;nbsp; how to make it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>manoj217</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/1431360#M810733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a bar chart but want to multiple selected expressions how to make it.&lt;/P&gt;&lt;P&gt;i need a list box with profit , quantity,sales if i make selection on profit bar graph need to show sum (profit), if i make selection on quantity it need to reflect on sum(quantity)&amp;nbsp; how to make it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/1431360#M810733</guid>
      <dc:creator>manoj217</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/1431361#M810734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5404"&gt;Adhoc reporting in Qlikview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7768"&gt;Qlikview adhoc dimension analisys [My own example]&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 05:52:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/1431361#M810734</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-10-11T05:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/1431362#M810735</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;Have a look. Detailed explanation on Dynamic chart &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.analyticsvidhya.com/blog/2014/01/customize-reporting-qlikview/" title="https://www.analyticsvidhya.com/blog/2014/01/customize-reporting-qlikview/"&gt;https://www.analyticsvidhya.com/blog/2014/01/customize-reporting-qlikview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 06:33:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/1431362#M810735</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-11T06:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/1431363#M810736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: create an inline table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load * inline[&lt;/P&gt;&lt;P&gt;field_1&lt;/P&gt;&lt;P&gt;profit&lt;/P&gt;&lt;P&gt;sales&lt;/P&gt;&lt;P&gt;quantity&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2:&lt;/P&gt;&lt;P&gt;add a list box for field_1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3:in expression of bar chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(getfieldselection(field_1)='profit',sum(profit),if(&lt;SPAN style="font-size: 13.3333px;"&gt;getfieldselection(field_1)='quantity',sum(quantity),sum(sales)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;please adjust your field names accordingly and properly&amp;nbsp; or else it will give syntax error or will not work properly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Pradosh&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 06:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/1431363#M810736</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-10-11T06:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/bar-chart/m-p/1431364#M810737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. You could use an input variable, say, &lt;EM&gt;Measure &lt;/EM&gt;that would have the values exatly the same as your measure fields. Then the expression you could use, like = &lt;STRONG&gt;Sum($(Measure))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. You can use system field $Field as listbox for selection and then use expression like: = &lt;STRONG&gt;Sum($(=$Field))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG __jive_id="179194" alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/179194_Capture.JPG" style="height: 239px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 07:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/bar-chart/m-p/1431364#M810737</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-10-11T07:12:13Z</dc:date>
    </item>
  </channel>
</rss>

