<?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: Change a value of a variable in Textbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-a-value-of-a-variable-in-Textbox/m-p/851145#M657732</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;you could try to define your variable as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14304364013286813 jive_text_macro" jivemacro_uid="_14304364013286813"&gt;
&lt;P&gt;SET vCheck = If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;now()&amp;lt;vEndtimer&lt;/SPAN&gt;,1)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 23:26:50 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-04-30T23:26:50Z</dc:date>
    <item>
      <title>Change a value of a variable in Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Change-a-value-of-a-variable-in-Textbox/m-p/851144#M657731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have programmed a timer and they counting down the time. (happend in Textbox ) If the Time is 00:00:00 the Text in Textbox will Change to END it all works but in place of End i need to Change a Value of my Variable as u see below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;if(now()&amp;lt;vEndtimer,&lt;/P&gt;&lt;P&gt;&amp;nbsp; num(hour(vEndtimer-now()),'00') &amp;amp; ':' &amp;amp; num(Minute(vEndtimer-now()),'00') &amp;amp; ':' &amp;amp; num(Second(vEndtimer-now()),'00')&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;'END'&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;)&lt;/SPAN&gt;&amp;nbsp; &amp;amp; &lt;SPAN style="text-decoration: underline;"&gt;vCheck=1&lt;/SPAN&gt;&amp;nbsp; !!dont work!!! ######### i wish like this&amp;nbsp;&amp;nbsp; vCheck=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try:&amp;nbsp; Let vCheck=1 and vCheck =1 nothing works it would be good of it is possible to Change this in the if condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any body help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Bernd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 15:33:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-a-value-of-a-variable-in-Textbox/m-p/851144#M657731</guid>
      <dc:creator />
      <dc:date>2015-04-29T15:33:29Z</dc:date>
    </item>
    <item>
      <title>Re: Change a value of a variable in Textbox</title>
      <link>https://community.qlik.com/t5/QlikView/Change-a-value-of-a-variable-in-Textbox/m-p/851145#M657732</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;you could try to define your variable as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14304364013286813 jive_text_macro" jivemacro_uid="_14304364013286813"&gt;
&lt;P&gt;SET vCheck = If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;now()&amp;lt;vEndtimer&lt;/SPAN&gt;,1)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 23:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-a-value-of-a-variable-in-Textbox/m-p/851145#M657732</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-04-30T23:26:50Z</dc:date>
    </item>
  </channel>
</rss>

