<?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: How to display charts with button? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898948#M533282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and in case you want to use the same button for hide and show you can set the action for &lt;STRONG&gt;vShowChart = If(vShowChart = 1, 0, 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Action.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83471_Action.PNG" style="height: 237px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can then use the following text so that the button tells you what you want to do next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Text.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/83472_Text.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for your chart use conditional hide/show conditions for both your charts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vShowChart = 1 for one chart&lt;/P&gt;&lt;P&gt;vShowChart = 0 for other chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Apr 2015 12:53:43 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-04-12T12:53:43Z</dc:date>
    <item>
      <title>How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898946#M533280</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;I displayed bar chart with button. and I try to display another line chart with button.when I try to display line chart with button this not work to me.I want to display another chart with button.pls tell me out how to display line chart with button.I attached images below this mail .pls solve my problem.I want to display like this my chart If i click my button the chart displayed and click again my button the chart hide .i want to do this pls help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/83470_Capture2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83469_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Apr 2015 11:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898946#M533280</guid>
      <dc:creator />
      <dc:date>2015-04-12T11:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898947#M533281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;edit the properties of the button, and add an action to set a variable like vShowChart=1.&amp;nbsp; then edit the chart properties, layout tab, and add the show condition:&amp;nbsp; vShowChart=1.&amp;nbsp;&amp;nbsp; You may want to have another button for 'Hide Chart', where it sets the variable vShowChart=0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Apr 2015 11:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898947#M533281</guid>
      <dc:creator />
      <dc:date>2015-04-12T11:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898948#M533282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and in case you want to use the same button for hide and show you can set the action for &lt;STRONG&gt;vShowChart = If(vShowChart = 1, 0, 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Action.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83471_Action.PNG" style="height: 237px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can then use the following text so that the button tells you what you want to do next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Text.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/83472_Text.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for your chart use conditional hide/show conditions for both your charts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vShowChart = 1 for one chart&lt;/P&gt;&lt;P&gt;vShowChart = 0 for other chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Apr 2015 12:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898948#M533282</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-12T12:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898949#M533283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhu &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out this link .This gives what you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/723475"&gt;Re: How to show/hide an Object using a Button&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Apr 2015 13:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898949#M533283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-12T13:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898950#M533284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello tammy gibson,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou for replying me.I displayed already a barchart in like =if(vshowhide=1,0,1) and give layout tab in conditional box like this vshowhide=0.it works&amp;nbsp; perfectily but the problem is I displayed another line chart like this&lt;/P&gt;&lt;P&gt;=if(vshowhide=2,1,2) go to layout tab in conditional box i write like this vshowhide=1.but it does not work to for another chart.pls tell me out and solve my problem.pls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thankyou,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Apr 2015 15:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898950#M533284</guid>
      <dc:creator />
      <dc:date>2015-04-12T15:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898951#M533285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi-&lt;/P&gt;&lt;P&gt;use a different variable for the line chart, and see what happens. perhaps using the same variable for both charts is confusing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Apr 2015 16:28:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898951#M533285</guid>
      <dc:creator />
      <dc:date>2015-04-12T16:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898952#M533286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gibson,&lt;/P&gt;&lt;P&gt;I use another variable but its not working to&amp;nbsp; me.can you send example display 2 charts with 2 separate buttons .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thankyou,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Apr 2015 17:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898952#M533286</guid>
      <dc:creator />
      <dc:date>2015-04-12T17:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898953#M533287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi-&lt;/P&gt;&lt;P&gt;attached is a simple qvw for you to look at-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Apr 2015 17:20:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898953#M533287</guid>
      <dc:creator />
      <dc:date>2015-04-12T17:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898954#M533288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello gibson ,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I fallowed as it is your instructions but it does not work&amp;nbsp; to me gibson.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I explain everything about Button and bar chart&amp;nbsp; with images&amp;nbsp; .&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;I created&amp;nbsp; The first button and Bar chart like this below. it works perfectly.&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;1.General tab&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;IMG alt="button General tab1.PNG" class="jive-image image-1" src="/legacyfs/online/83494_button General tab1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.Actions tab.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Button Actions tab2.PNG" class="jive-image image-2" src="/legacyfs/online/83498_Button Actions tab2.PNG" style="height: 515px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3Button&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Button image 3.PNG" class="jive-image image-3" src="/legacyfs/online/83499_Button image 3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I created Bar chart like this below.&lt;/P&gt;&lt;P&gt;4.Barchart layout tab.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;IMG alt="Barchart layout tab1.PNG" class="image-4 jive-image" src="/legacyfs/online/83500_Barchart layout tab1.PNG" style="height: 548px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;5.Bar chart Layout.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Barchart layout tab1.PNG" class="image-5 jive-image" src="/legacyfs/online/83501_Barchart layout tab1.PNG" style="height: 548px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;6.Barchart.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Barchart image2.PNG" class="jive-image image-6" src="/legacyfs/online/83503_Barchart image2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The above&amp;nbsp; Button and Barchart works perfectly.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;2.I face the &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt; problem with another button and Line chart .see images&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The below button and barchart did not work&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;I created 2 button like this.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;1.Button 2 General tab image&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="button2 general.PNG" class="jive-image image-7" src="/legacyfs/online/83504_button2 general.PNG" style="height: 518px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;2.Button 2 Actions tab Image.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="button2 actions.PNG" class="image-8 jive-image" src="/legacyfs/online/83505_button2 actions.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;3. Button 2 object image.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="Buttonimage2.PNG" class="image-9 jive-image" src="https://community.qlik.com/legacyfs/online/83506_Buttonimage2.PNG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;I created Line chart&amp;nbsp; like this.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;1.Line chart layout tab.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="linechart layout1.PNG" class="image-10 jive-image" src="/legacyfs/online/83507_linechart layout1.PNG" style="height: 552px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;2.Line chart image.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="line chart image.PNG" class="jive-image image-11" src="/legacyfs/online/83508_line chart image.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The above chart and button did not work. pls solve my problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thankyou,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 04:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898954#M533288</guid>
      <dc:creator />
      <dc:date>2015-04-13T04:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898955#M533289</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;Try this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 05:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898955#M533289</guid>
      <dc:creator>hariprasadqv</dc:creator>
      <dc:date>2015-04-13T05:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898956#M533290</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;1.create variable vShowchart and value is sales click ok.&lt;/P&gt;&lt;P&gt;2.go to chart properties Layout tab conditional textbox&amp;nbsp; give to &lt;SPAN style="font-size: 13.3333330154419px;"&gt; vShowchart='sales' in the first chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;3.create button object after action properties set variable and variable &lt;SPAN style="font-size: 13.3333330154419px;"&gt; vShowchart, value is sales.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;4.sheet object to create textbox object to select &lt;SPAN style="font-size: 13.3333330154419px;"&gt; vShowchart varible click ok.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;important while using charts &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Layout tab conditional textbox&amp;nbsp; give to &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt; vShowchart='order' like that give to your expressions. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;try once ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreenu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 05:21:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898956#M533290</guid>
      <dc:creator />
      <dc:date>2015-04-13T05:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898957#M533291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thank you hari prasad it is working &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 07:35:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898957#M533291</guid>
      <dc:creator />
      <dc:date>2015-04-13T07:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to display charts with button?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898958#M533292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou sreenu v&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 07:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-charts-with-button/m-p/898958#M533292</guid>
      <dc:creator />
      <dc:date>2015-04-13T07:36:04Z</dc:date>
    </item>
  </channel>
</rss>

