<?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 show and hide by using mutiple buttons for the multiple charts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636733#M233512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sreeharsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this with "N: number of charts. In my previous example just go to the chart properties---&amp;gt; layout and there you can see inside condition I;m calling a variable. In same manner you can create 2-3 variables depending upon ur requirement and set those variables inside different charts .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visibility of charts you can handle by creating a single button. assign this button all these variables and set value 1 or 0 . and set same value in your charts and objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2014 07:18:19 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2014-06-03T07:18:19Z</dc:date>
    <item>
      <title>How to show and hide by using mutiple buttons for the multiple charts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636728#M233507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello anyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me how to show and hide by using mutiple buttons for the multiple charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have three buttons, if you click on one button one chart/container should appear, same for the rest of the buttons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:48:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636728#M233507</guid>
      <dc:creator />
      <dc:date>2014-06-03T06:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to show and hide by using mutiple buttons for the multiple charts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636729#M233508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a variable say vShow for dat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write in action property of the button&lt;/P&gt;&lt;P&gt;eg. Set variable vShow=1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set Activate Object in which specify Object Id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this set Show property In layout tab of the object/chart.&lt;/P&gt;&lt;P&gt;Choose Conditional show and write Codition&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;If(vshow=1, 1, 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636729#M233508</guid>
      <dc:creator />
      <dc:date>2014-06-03T06:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to show and hide by using mutiple buttons for the multiple charts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636730#M233509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreeharsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow this link, lot's of discussion on this topic. There are so requirements&amp;nbsp; where people are looking for solution and in same way they got reply back from experts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="/t5/forums/searchpage/tab/message?q=show hide charts"&gt;http://community.qlik.com/search.jspa?q=show+hide+charts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636730#M233509</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-06-03T06:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to show and hide by using mutiple buttons for the multiple charts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636731#M233510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreeharsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 06:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636731#M233510</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-06-03T06:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to show and hide by using mutiple buttons for the multiple charts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636732#M233511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks AS, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it, for single button it is fine, i wanted to show the multiple buttons associated with multiple charts, Can you please help into that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 07:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636732#M233511</guid>
      <dc:creator />
      <dc:date>2014-06-03T07:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to show and hide by using mutiple buttons for the multiple charts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636733#M233512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sreeharsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this with "N: number of charts. In my previous example just go to the chart properties---&amp;gt; layout and there you can see inside condition I;m calling a variable. In same manner you can create 2-3 variables depending upon ur requirement and set those variables inside different charts .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Visibility of charts you can handle by creating a single button. assign this button all these variables and set value 1 or 0 . and set same value in your charts and objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 07:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636733#M233512</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-06-03T07:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to show and hide by using mutiple buttons for the multiple charts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636734#M233513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sreeharsha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attachment .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 07:24:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636734#M233513</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-06-03T07:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to show and hide by using mutiple buttons for the multiple charts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636735#M233514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pfa sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 07:55:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636735#M233514</guid>
      <dc:creator>vikasmahajan</dc:creator>
      <dc:date>2014-06-03T07:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to show and hide by using mutiple buttons for the multiple charts</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636736#M233515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can handle by single button, but if you have 10 charts at your dashboard, wanted to go for tenth chart by clicking once it is not possible, you need to click 10times on the same button if you see the 10th chart, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats why i wanted to keep button for each chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 07:59:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-and-hide-by-using-mutiple-buttons-for-the-multiple/m-p/636736#M233515</guid>
      <dc:creator />
      <dc:date>2014-06-03T07:59:57Z</dc:date>
    </item>
  </channel>
</rss>

