<?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 Show Bar Chat data in Text Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517951#M726118</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to Show Bar Chat data in Text Box&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ex: In Bar chat year wise sales&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if i click on year 2018 i want to show 2018 year total sales in text box&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:01:33 GMT</pubDate>
    <dc:creator>Nikhith</dc:creator>
    <dc:date>2024-11-16T05:01:33Z</dc:date>
    <item>
      <title>Show Bar Chat data in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517951#M726118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to Show Bar Chat data in Text Box&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ex: In Bar chat year wise sales&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if i click on year 2018 i want to show 2018 year total sales in text box&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517951#M726118</guid>
      <dc:creator>Nikhith</dc:creator>
      <dc:date>2024-11-16T05:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Show Bar Chat data in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517953#M726119</link>
      <description>What you described is straight forward sum(sales) in text box. When year is selected it will filter.&lt;BR /&gt;But I am sure your issur is more complicated than that.&lt;BR /&gt;Please explain more what the challenge is.</description>
      <pubDate>Fri, 07 Dec 2018 12:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517953#M726119</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-12-07T12:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Show Bar Chat data in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517954#M726120</link>
      <description>&lt;P&gt;In bar chat Dimension :&amp;nbsp; Year (2016,2017,2018)&lt;/P&gt;&lt;P&gt;and Expression : Sum (Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i click on 2016 display 2016 sales in text box&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 12:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517954#M726120</guid>
      <dc:creator>Nikhith</dc:creator>
      <dc:date>2018-12-07T12:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Show Bar Chat data in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517957#M726121</link>
      <description>Answer remains the same. Text box will have sum(sales).&lt;BR /&gt;If you want it be shown only one year is selected?</description>
      <pubDate>Fri, 07 Dec 2018 12:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517957#M726121</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-12-07T12:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show Bar Chat data in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517958#M726122</link>
      <description>&lt;P&gt;Create Textbox with 2 measures:&lt;/P&gt;&lt;P&gt;Measure 1: =getfieldselections(Year)&lt;/P&gt;&lt;P&gt;Measure 2: =sum(Sales)&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 12:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517958#M726122</guid>
      <dc:creator>ggijben</dc:creator>
      <dc:date>2018-12-07T12:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show Bar Chat data in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517962#M726123</link>
      <description>If it is&lt;BR /&gt;Use if(getselectedcount (year), sum(sales),'select a year's)</description>
      <pubDate>Fri, 07 Dec 2018 12:51:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517962#M726123</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-12-07T12:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Show Bar Chat data in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517966#M726124</link>
      <description>&lt;P&gt;iam using container it contains 3 bar chats&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. year wise sales&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. month wise sales&lt;/P&gt;&lt;P&gt;3. week wise sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i click on 1. year wise sales i need to display all years sales in text box and&lt;/P&gt;&lt;P&gt;click on one year in bar chat display selected year sales in text box&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if i click on 1. month wise sales i need to display&amp;nbsp;12 month sales in text box and&lt;/P&gt;&lt;P&gt;click on one&amp;nbsp;month in bar chat display selected&amp;nbsp;month sales in text box&lt;/P&gt;&lt;P&gt;we can use two text boxes&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 12:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1517966#M726124</guid>
      <dc:creator>Nikhith</dc:creator>
      <dc:date>2018-12-07T12:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Show Bar Chat data in Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1518025#M726125</link>
      <description>&lt;P&gt;Ah ok.&lt;/P&gt;&lt;P&gt;there's not stright forward way to identify which chart is selected in container. You need macros. see below&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/How-to-identify-which-Object-ID-is-active-inside-a-container/td-p/355768" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/How-to-identify-which-Object-ID-is-active-inside-a-container/td-p/355768&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option is to move away from containers&amp;nbsp; and use text objects (and variables) as selections to show / hide the Year, monthly, weekly chart. From a&amp;nbsp; UX point of view this is better IMHO. then use the same variables to show the appropriate&amp;nbsp; expression in your text object&lt;/P&gt;</description>
      <pubDate>Fri, 07 Dec 2018 14:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-Bar-Chat-data-in-Text-Box/m-p/1518025#M726125</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2018-12-07T14:38:56Z</dc:date>
    </item>
  </channel>
</rss>

