<?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: Q? Text box only visible for a set period of time? in Qlik Learning Discussions</title>
    <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795972#M2363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alan, what would the conditional show look like pease if the variable set on activate was "vtextbox_visible"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jan 2015 13:00:58 GMT</pubDate>
    <dc:creator>jameswills</dc:creator>
    <dc:date>2015-01-15T13:00:58Z</dc:date>
    <item>
      <title>Q? Text box only visible for a set period of time?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795968#M2359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Am new to QV and was wondering if it was possible to make a text object disappear after x number of seconds. I'm looking to pop an info box up when someone opens a tab but want it to be removed after a set period of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 11:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795968#M2359</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2015-01-15T11:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Q? Text box only visible for a set period of time?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795969#M2360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use text box in presentation tab there is a "conditional show" box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can place there the condition to show the text box for some seconds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 11:35:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795969#M2360</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-15T11:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Q? Text box only visible for a set period of time?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795970#M2361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can create a variable and then in the sheet properties there will be a triggers tab, set a trigger in here OnActivateSheet to set that variable to equal now() - that will timestamp when a user accesses the tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then as Alessandro suggested, use this variable and add on whatever amount of time you want to, and you could use a condition that says where now() is less than your variable plus the time you want it to show for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 11:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795970#M2361</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-01-15T11:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Q? Text box only visible for a set period of time?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795971#M2362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alessandro, what would the condition syntax be please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 11:59:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795971#M2362</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2015-01-15T11:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Q? Text box only visible for a set period of time?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795972#M2363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alan, what would the conditional show look like pease if the variable set on activate was "vtextbox_visible"?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 13:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795972#M2363</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2015-01-15T13:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Q? Text box only visible for a set period of time?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795973#M2364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Second&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;())-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Second&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vTime&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;lt; 3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in the conditional view,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;Let&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vTime&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = ''; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;in the script an finally, in the tab add a trigger -&amp;gt; external -&amp;gt; set variable write in the upper textbox vTime, in the bottom write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;() &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 13:09:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795973#M2364</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-01-15T13:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: Q? Text box only visible for a set period of time?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795974#M2365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alessandro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The changes you suggested do work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; but the text box re-appears ater 30 secs, then disappears again. This happens on a loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I'll change approach and put a button for them to click which clears (and accepts acknowledgement) the text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for looking at this though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 13:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795974#M2365</guid>
      <dc:creator>jameswills</dc:creator>
      <dc:date>2015-01-15T13:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Q? Text box only visible for a set period of time?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795975#M2366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's probably because the Second() command Alessandro has used picks up the second part of the time only, so will reset every minute and show again as long as the seconds elapsed for that minute are less than the seconds on timestamp + however many you dictated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only want it to appear once, use:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Now&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;() - &lt;SPAN style="; color: #808080;"&gt;&lt;STRONG&gt;&lt;EM&gt;vNow&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt; &amp;lt; 0.0001&amp;nbsp;&amp;nbsp;&amp;nbsp; (or replace 0.0001 with X/86400, where X is your number of seconds, so (5/86400) for 5 seconds..)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will give you roughly 8.5 seconds - it translates the timestamp into a real value where 1 equals a full day, and so if you break a day into seconds (86400 of them!) you can translate your seconds requirement into X/86400.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 13:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795975#M2366</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-01-15T13:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Q? Text box only visible for a set period of time?</title>
      <link>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795976#M2367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also worth mentioning however, the now() command being used in the frontend like that can be resource intensive, as it's constantly calling the function every second - so your other suggestion of a button to click and clear the message is probably a much better and more resource efficient one!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jan 2015 13:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Learning-Discussions/Q-Text-box-only-visible-for-a-set-period-of-time/m-p/795976#M2367</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-01-15T13:41:18Z</dc:date>
    </item>
  </channel>
</rss>

