<?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: Qliksense Button Issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-Button-Issue/m-p/2487487#M101531</link>
    <description>&lt;P&gt;Probably you dont have any condition setup between button click time and reload time. your vStatus variabe is just capturing the button click value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try Below:&lt;/P&gt;
&lt;P&gt;Under button Actions create:&lt;/P&gt;
&lt;P&gt;1. variable1 :&amp;nbsp;vStatus, value 0&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;variable2 : vButtonClickTime, value:&amp;nbsp;=if(vStatus=0,now())&lt;/P&gt;
&lt;P&gt;For Button condition:&amp;nbsp;ReloadTime()&amp;gt;vButtonClickTime&lt;/P&gt;
&lt;P&gt;button color:&amp;nbsp;=if(ReloadTime()&amp;gt;vButtonClickTime,green())&lt;/P&gt;
&lt;P&gt;So this literally deactivating the button when Click time &amp;gt; Realod Time, and the condition immediately deactivates the button when Click Time &amp;gt;&amp;nbsp; Reload time and acti vates (and makes button color green) as soon as Reload time &amp;gt; =&amp;nbsp;vButtonClickTime&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2486067 - Decativate Button until next refresh once clicked - 1.PNG" style="width: 563px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173049i9FCB32C8F64BDA94/image-size/large?v=v2&amp;amp;px=999" role="button" title="2486067 - Decativate Button until next refresh once clicked - 1.PNG" alt="2486067 - Decativate Button until next refresh once clicked - 1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2486067 - Decativate Button until next refresh once clicked - 2.PNG" style="width: 544px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173048i96935ADF4E9BF0A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2486067 - Decativate Button until next refresh once clicked - 2.PNG" alt="2486067 - Decativate Button until next refresh once clicked - 2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2486067 - Decativate Button until next refresh once clicked - 3.PNG" style="width: 544px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173050i20DEAFE34C226C6C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2486067 - Decativate Button until next refresh once clicked - 3.PNG" alt="2486067 - Decativate Button until next refresh once clicked - 3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is applicable to Qlik Sense Vizlib Extension Button too.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2024 20:50:30 GMT</pubDate>
    <dc:creator>Qrishna</dc:creator>
    <dc:date>2024-10-16T20:50:30Z</dc:date>
    <item>
      <title>Qliksense Button Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Button-Issue/m-p/2486067#M101340</link>
      <description>&lt;P&gt;Hello Everyone,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a 'Mark as Final' Button in a report using variables and Vizlib buttion actions in qlik.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anjaneya_prasad_Chattu_0-1728422170972.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172713i0BF4B4BA7D2EDA2B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Anjaneya_prasad_Chattu_0-1728422170972.png" alt="Anjaneya_prasad_Chattu_0-1728422170972.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i.e vStatus = 0 (Button not clicked)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;vStatus =1 (Button clicked)&lt;BR /&gt;&lt;BR /&gt;When user clicks on the reports it , it will show as below&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Anjaneya_prasad_Chattu_1-1728422347413.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/172714i10B058D189AA03B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Anjaneya_prasad_Chattu_1-1728422347413.png" alt="Anjaneya_prasad_Chattu_1-1728422347413.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But when after page refreshing also button is getting active .&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Once the button is finalized it should not become active untill the app next refresh.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Need some suggestions and ideas to implement this.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 20:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Button-Issue/m-p/2486067#M101340</guid>
      <dc:creator>Anjaneya_prasad_Chattu</dc:creator>
      <dc:date>2024-11-15T20:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Button Issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Button-Issue/m-p/2487487#M101531</link>
      <description>&lt;P&gt;Probably you dont have any condition setup between button click time and reload time. your vStatus variabe is just capturing the button click value.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try Below:&lt;/P&gt;
&lt;P&gt;Under button Actions create:&lt;/P&gt;
&lt;P&gt;1. variable1 :&amp;nbsp;vStatus, value 0&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;variable2 : vButtonClickTime, value:&amp;nbsp;=if(vStatus=0,now())&lt;/P&gt;
&lt;P&gt;For Button condition:&amp;nbsp;ReloadTime()&amp;gt;vButtonClickTime&lt;/P&gt;
&lt;P&gt;button color:&amp;nbsp;=if(ReloadTime()&amp;gt;vButtonClickTime,green())&lt;/P&gt;
&lt;P&gt;So this literally deactivating the button when Click time &amp;gt; Realod Time, and the condition immediately deactivates the button when Click Time &amp;gt;&amp;nbsp; Reload time and acti vates (and makes button color green) as soon as Reload time &amp;gt; =&amp;nbsp;vButtonClickTime&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2486067 - Decativate Button until next refresh once clicked - 1.PNG" style="width: 563px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173049i9FCB32C8F64BDA94/image-size/large?v=v2&amp;amp;px=999" role="button" title="2486067 - Decativate Button until next refresh once clicked - 1.PNG" alt="2486067 - Decativate Button until next refresh once clicked - 1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2486067 - Decativate Button until next refresh once clicked - 2.PNG" style="width: 544px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173048i96935ADF4E9BF0A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="2486067 - Decativate Button until next refresh once clicked - 2.PNG" alt="2486067 - Decativate Button until next refresh once clicked - 2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2486067 - Decativate Button until next refresh once clicked - 3.PNG" style="width: 544px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173050i20DEAFE34C226C6C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2486067 - Decativate Button until next refresh once clicked - 3.PNG" alt="2486067 - Decativate Button until next refresh once clicked - 3.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This is applicable to Qlik Sense Vizlib Extension Button too.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 20:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Button-Issue/m-p/2487487#M101531</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2024-10-16T20:50:30Z</dc:date>
    </item>
  </channel>
</rss>

