<?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: button object properties in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593062#M1116727</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Subbu.&lt;/P&gt;&lt;P&gt;Have a look at this blog about buttons. It gives you advice, sample code for the buttons and some working examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlikview-buttons/" title="http://www.quickintelligence.co.uk/qlikview-buttons/"&gt;http://www.quickintelligence.co.uk/qlikview-buttons/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Feb 2014 15:42:26 GMT</pubDate>
    <dc:creator>ngulliver</dc:creator>
    <dc:date>2014-02-17T15:42:26Z</dc:date>
    <item>
      <title>button object properties</title>
      <link>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593056#M1116720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in button object once click on button to show the particular chart from user then after once again&amp;nbsp; click on the button another chart is visible to the user and hide the previous chart.....? HOW IT IS POSSIBLE PLZ CLARIFY MY DOUBT ANYONE URGENT.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 07:36:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593056#M1116720</guid>
      <dc:creator />
      <dc:date>2014-02-17T07:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: button object properties</title>
      <link>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593057#M1116722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it is possible&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find atta chemnt&lt;/P&gt;&lt;P&gt;if(vChart =0 ,1,0)&lt;/P&gt;&lt;P&gt;by using above exp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 07:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593057#M1116722</guid>
      <dc:creator />
      <dc:date>2014-02-17T07:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: button object properties</title>
      <link>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593058#M1116723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subbu&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;You'll get the Clarity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 07:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593058#M1116723</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-02-17T07:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: button object properties</title>
      <link>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593059#M1116724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my personal pc i have only trail version&amp;nbsp; can't open atta chemnt file so plz send any document .....about this property&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 08:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593059#M1116724</guid>
      <dc:creator />
      <dc:date>2014-02-17T08:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: button object properties</title>
      <link>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593060#M1116725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define a new variable, let's say vChartType&lt;/P&gt;&lt;P&gt;Create a button&lt;/P&gt;&lt;P&gt;Add a Set-Variable action to the button. The variable to be set is vChartType. The value is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =IF($(vChartType) = 1, 0, 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the first chart, select Properties-&amp;gt;Layout and activate conditional show with expression $(vChartType) = 0&lt;/P&gt;&lt;P&gt;In the other chart, do the same with expression $(vChartType) = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 08:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593060#M1116725</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-02-17T08:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: button object properties</title>
      <link>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593061#M1116726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Create a variable vShow and define value =1.&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Create a button---&amp;gt;actions-external----&amp;gt;setvariable---vShow---&amp;gt;value----&amp;gt;=if(vShow=1,0,1)&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; in the first chart, select Properties-&amp;gt;Layout and activate conditional show with expression vShow=0&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In the other chart, do the same with expression vShow = 1&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Mahesh T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 08:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593061#M1116726</guid>
      <dc:creator />
      <dc:date>2014-02-17T08:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: button object properties</title>
      <link>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593062#M1116727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Subbu.&lt;/P&gt;&lt;P&gt;Have a look at this blog about buttons. It gives you advice, sample code for the buttons and some working examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlikview-buttons/" title="http://www.quickintelligence.co.uk/qlikview-buttons/"&gt;http://www.quickintelligence.co.uk/qlikview-buttons/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 15:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/button-object-properties/m-p/593062#M1116727</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2014-02-17T15:42:26Z</dc:date>
    </item>
  </channel>
</rss>

