<?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: Activating the button based on certain condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598559#M221627</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please share your sample apps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2014 08:47:34 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-21T08:47:34Z</dc:date>
    <item>
      <title>Activating the button based on certain condition</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598558#M221626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two buttons in a QVW as follows and I have a table called Issues.&lt;/P&gt;&lt;P&gt;1. Approve Issues&lt;BR /&gt;2. Approve Loan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to activate the "Approve Loan" button only if there are no rows in "Issues" tables. If there are any records avaiable in the "Issues" button then only when I click on the "Approve Issues" the "Approve Loan" button should be activated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help for the same?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 08:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598558#M221626</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-04-21T08:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Activating the button based on certain condition</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598559#M221627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please share your sample apps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 08:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598559#M221627</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-21T08:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Activating the button based on certain condition</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598560#M221628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Updated New&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Layout properties write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Count(Issues) &amp;gt; 0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the snap shot.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="layout properties.png" class="jive-image" src="/legacyfs/online/57623_layout properties.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 08:49:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598560#M221628</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-21T08:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Activating the button based on certain condition</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598561#M221629</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 Enable Condition in Button Properties tab.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Button.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57626_Button.png" style="width: 620px; height: 519px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 09:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598561#M221629</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-21T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Activating the button based on certain condition</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598562#M221630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;This didn't work out.Please help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no rows then load approve button should be activated and if there are any rows then on click on approve issue the approve loan button should be activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 19:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598562#M221630</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-04-21T19:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Activating the button based on certain condition</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598563#M221631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Him&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Load Approve button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Count(DimensionName) = 0, 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Approve Issue button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Count(DimensionName) &amp;gt; 0, 1, 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 02:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598563#M221631</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-22T02:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Activating the button based on certain condition</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598564#M221632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It not the count(Dimension) I should check. I want to check is there is any records in the "Issues table". If there are any records exists then "Load Approve" button should be enabled only when "Approve Issue" button is clicked. If there are no records exists in the "Issues table" then both "Load Approve" button and "Approve Issue" button can activated automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 03:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598564#M221632</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-04-22T03:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Activating the button based on certain condition</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598565#M221633</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;Can you attach some sample file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 03:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598565#M221633</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-22T03:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Activating the button based on certain condition</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598566#M221634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about trying something like:&lt;/P&gt;&lt;P&gt;(in the chart properties tab)&lt;/P&gt;&lt;P&gt;=if(GetCurrentSelections([name of field]) &amp;gt; 0,1,0)&lt;/P&gt;&lt;P&gt;...this should hide the appropriate object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 05:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598566#M221634</guid>
      <dc:creator>Greg_Williams</dc:creator>
      <dc:date>2014-04-22T05:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Activating the button based on certain condition</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598567#M221635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;Please find sample attached&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there are any rows exists in the Customer table then only after clicking the "Approve Issues" button the "Approve Loan" button should be activated. If there are no rows exists in the Customer table then "Approve Loan" should be activated automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is understandable now. Please let me know if you have anymore questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598567#M221635</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-04-22T17:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Activating the button based on certain condition</title>
      <link>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598568#M221636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;Did you get a chance to look into the sample qvw? If not please take a look when you are free.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 06:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Activating-the-button-based-on-certain-condition/m-p/598568#M221636</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2014-04-23T06:58:50Z</dc:date>
    </item>
  </channel>
</rss>

