<?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: hide an expression with use of button in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507128#M189636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Oct 2013 19:23:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-10-03T19:23:51Z</dc:date>
    <item>
      <title>hide an expression with use of button</title>
      <link>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507121#M189629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi I am trying to achieve the following logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a button and a table.&lt;/P&gt;&lt;P&gt;I wish to hide a column based on button action - &amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example hide column and show column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have attached a test file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 09:40:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507121#M189629</guid>
      <dc:creator />
      <dc:date>2013-10-03T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: hide an expression with use of button</title>
      <link>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507122#M189630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you give the sample data ?&lt;/P&gt;&lt;P&gt;i don't have license&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 09:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507122#M189630</guid>
      <dc:creator />
      <dc:date>2013-10-03T09:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: hide an expression with use of button</title>
      <link>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507123#M189631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure&lt;/P&gt;&lt;P&gt;i am using a straight table and a button.&lt;/P&gt;&lt;P&gt;button 1 - &amp;gt; click and hide column (Count1)&lt;/P&gt;&lt;P&gt;dimension ; Count(1); Count(2); &lt;/P&gt;&lt;P&gt;a; 2, 4&lt;/P&gt;&lt;P&gt;b; 2, 6&lt;/P&gt;&lt;P&gt;c, 2, 8&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 09:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507123#M189631</guid>
      <dc:creator />
      <dc:date>2013-10-03T09:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: hide an expression with use of button</title>
      <link>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507124#M189632</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 a variable TheNewVariable that will be 1 or 0, populated by your button (when you click, it puts 1 or 0 in it according to your needs and your logic)&lt;/P&gt;&lt;P&gt;2) a) if dimension :In the chart, in the dimensions tab, you have a field Enable Conditional (put it = ThenewVariable)&lt;/P&gt;&lt;P&gt; b) if expression ; you have also a Conditional field (enable the field and put your variable or any logic condition if no varibale required)&lt;/P&gt;&lt;P&gt;Fabrice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 09:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507124#M189632</guid>
      <dc:creator />
      <dc:date>2013-10-03T09:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: hide an expression with use of button</title>
      <link>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507125#M189633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly find the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 09:57:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507125#M189633</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2013-10-03T09:57:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: hide an expression with use of button</title>
      <link>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507126#M189634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see my attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Gernan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 09:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507126#M189634</guid>
      <dc:creator />
      <dc:date>2013-10-03T09:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: hide an expression with use of button</title>
      <link>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507127#M189635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added the changes in your application...&lt;/P&gt;&lt;P&gt;please check out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 10:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507127#M189635</guid>
      <dc:creator />
      <dc:date>2013-10-03T10:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: hide an expression with use of button</title>
      <link>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507128#M189636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 19:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/hide-an-expression-with-use-of-button/m-p/507128#M189636</guid>
      <dc:creator />
      <dc:date>2013-10-03T19:23:51Z</dc:date>
    </item>
  </channel>
</rss>

