<?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 QlikView Bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-Bar-chart/m-p/1337948#M838499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;I have a requirement like when I selected a bar in the bar chart, that data should be shown in a separate table hiding the bar chart and I have the below bar chart with the expression,&lt;/P&gt;&lt;P&gt;=Dual(Num(Count({&amp;lt;Customer_Name= E(Customer_Name),Destination_Format_Flag={'-1'},Mapping = P(Mapping),FieldName= P(FieldName)&amp;gt;}FieldName),'#,##0')&amp;amp;&lt;/P&gt;&lt;P&gt;' ('&amp;amp;if(num(Count({&amp;lt;Customer_Name= E(Customer_Name),Destination_Format_Flag={'-1'},Mapping = P(Mapping),FieldName= P(FieldName)&amp;gt;}FieldName)/vCount*100,'##.')&amp;gt;100,100,num(Count({&amp;lt;Customer_Name= E(Customer_Name),Destination_Format_Flag={'-1'},Mapping = P(Mapping),FieldName= P(FieldName)&amp;gt;}FieldName)/vCount*100,'##.'))&amp;amp;'%)',&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Customer_Name= E(Customer_Name),Destination_Format_Flag={'-1'},Destination_Format_Flag={'-1'},Mapping = P(Mapping),FieldName= P(FieldName)&amp;gt;}FieldName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163193_Screenshot_2.png" style="height: 186px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Plz help me to achieve this guys, in the above bar chart when I select that blue bar (Maersk) 170 fields to be loaded in a table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>QlikView Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Bar-chart/m-p/1337948#M838499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;I have a requirement like when I selected a bar in the bar chart, that data should be shown in a separate table hiding the bar chart and I have the below bar chart with the expression,&lt;/P&gt;&lt;P&gt;=Dual(Num(Count({&amp;lt;Customer_Name= E(Customer_Name),Destination_Format_Flag={'-1'},Mapping = P(Mapping),FieldName= P(FieldName)&amp;gt;}FieldName),'#,##0')&amp;amp;&lt;/P&gt;&lt;P&gt;' ('&amp;amp;if(num(Count({&amp;lt;Customer_Name= E(Customer_Name),Destination_Format_Flag={'-1'},Mapping = P(Mapping),FieldName= P(FieldName)&amp;gt;}FieldName)/vCount*100,'##.')&amp;gt;100,100,num(Count({&amp;lt;Customer_Name= E(Customer_Name),Destination_Format_Flag={'-1'},Mapping = P(Mapping),FieldName= P(FieldName)&amp;gt;}FieldName)/vCount*100,'##.'))&amp;amp;'%)',&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Customer_Name= E(Customer_Name),Destination_Format_Flag={'-1'},Destination_Format_Flag={'-1'},Mapping = P(Mapping),FieldName= P(FieldName)&amp;gt;}FieldName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot_2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163193_Screenshot_2.png" style="height: 186px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Plz help me to achieve this guys, in the above bar chart when I select that blue bar (Maersk) 170 fields to be loaded in a table.&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/QlikView-Bar-chart/m-p/1337948#M838499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Bar-chart/m-p/1337949#M838500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the bar chart use a conditional expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GetSelectedCount(Customer_Name)=0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, in the table use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;GetSelectedCount(Customer_Name)=1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So When you do a selection in the bar chart, the chart gets hidden and the table shows up and viceversa when you clear the field selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Carlos M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 14:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Bar-chart/m-p/1337949#M838500</guid>
      <dc:creator>CarlosAMonroy</dc:creator>
      <dc:date>2017-05-12T14:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Bar-chart/m-p/1337950#M838501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached and modify accordingly...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 14:46:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Bar-chart/m-p/1337950#M838501</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-05-12T14:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-Bar-chart/m-p/1337951#M838502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Siva!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="chart_selection.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163180_chart_selection.png" style="height: 523px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table_selection.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/163196_table_selection.png" style="height: 529px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 14:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-Bar-chart/m-p/1337951#M838502</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2017-05-12T14:48:38Z</dc:date>
    </item>
  </channel>
</rss>

