<?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: Disabling Button when there are no selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Disabling-Button-when-there-are-no-selections/m-p/916475#M981154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the show condition you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only(YearField)=2007&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Aug 2015 21:05:44 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-08-09T21:05:44Z</dc:date>
    <item>
      <title>Disabling Button when there are no selections</title>
      <link>https://community.qlik.com/t5/QlikView/Disabling-Button-when-there-are-no-selections/m-p/916474#M981153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a button which has to be shown on sheet only when year is 2007, I changed in Layout-&amp;gt;Show option. But the Problem i am having is , the button is showing even when there are no selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Aug 2015 15:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disabling-Button-when-there-are-no-selections/m-p/916474#M981153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-09T15:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Button when there are no selections</title>
      <link>https://community.qlik.com/t5/QlikView/Disabling-Button-when-there-are-no-selections/m-p/916475#M981154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the show condition you are using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Only(YearField)=2007&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Aug 2015 21:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disabling-Button-when-there-are-no-selections/m-p/916475#M981154</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-09T21:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Button when there are no selections</title>
      <link>https://community.qlik.com/t5/QlikView/Disabling-Button-when-there-are-no-selections/m-p/916476#M981155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used like this Only(Year=2007).&lt;/P&gt;&lt;P&gt;Thank you Swuehl, I kept like what you said. It is working fine.&lt;/P&gt;&lt;P&gt;could you please tell me what is the difference between Only(Year=2007) and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Only(Year)=2007?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 04:30:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disabling-Button-when-there-are-no-selections/m-p/916476#M981155</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T04:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Button when there are no selections</title>
      <link>https://community.qlik.com/t5/QlikView/Disabling-Button-when-there-are-no-selections/m-p/916477#M981156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only(Year=2007)&amp;nbsp; Declaration of Year Field is wrong , here you can use Set Analysis or&amp;nbsp; If statement, however year=2007 is not making any sense. &lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Only(Year)=2007?&amp;nbsp; Here Steffen taking year field&amp;nbsp; records and assigning 2007 to it if it is match, you will get your desired result.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 05:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disabling-Button-when-there-are-no-selections/m-p/916477#M981156</guid>
      <dc:creator />
      <dc:date>2015-08-10T05:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling Button when there are no selections</title>
      <link>https://community.qlik.com/t5/QlikView/Disabling-Button-when-there-are-no-selections/m-p/916478#M981157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You..:) JohnDawson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 05:47:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Disabling-Button-when-there-are-no-selections/m-p/916478#M981157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-10T05:47:03Z</dc:date>
    </item>
  </channel>
</rss>

