<?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: Hide text object after few seconds in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519437#M194008</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the calculation in a Var and remove it from the object if time is over and set it on first action.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Nov 2013 14:19:08 GMT</pubDate>
    <dc:creator>jonasheisterkam</dc:creator>
    <dc:date>2013-11-13T14:19:08Z</dc:date>
    <item>
      <title>Hide text object after few seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519432#M194003</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;BR /&gt;I am having a table for exporting.&lt;/P&gt;&lt;P&gt;I will show that table after clicking on button.&lt;/P&gt;&lt;P&gt;I want to show some msg like "You are in Export Table" in some text object.&lt;/P&gt;&lt;P&gt;So if i add some condition, so that the text object will hide after two seconds from the time the button is clicked.&lt;/P&gt;&lt;P&gt;Is there any option to do this?&lt;/P&gt;&lt;P&gt;Like a Splash Screen, using text object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 13:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519432#M194003</guid>
      <dc:creator />
      <dc:date>2013-11-13T13:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Hide text object after few seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519433#M194004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use now() to set var on first event and hide if now()&amp;gt;var+x sec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 13:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519433#M194004</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2013-11-13T13:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hide text object after few seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519434#M194005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, get the time in seconds when you clicks on button using trigger in a variable, and then use that variable in text box,&lt;/P&gt;&lt;P&gt;add two or three seconds in it, and compare with second(now), if they are equal or greater, then hide it in conditional show..&lt;/P&gt;&lt;P&gt;try it, and let me know, if could not do, i will prepare a sample for you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 13:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519434#M194005</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-11-13T13:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Hide text object after few seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519435#M194006</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;PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519435#M194006</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-11-13T14:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hide text object after few seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519436#M194007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Uday&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do be cautious using the &lt;EM&gt;now()&lt;/EM&gt; function in a qvw Dashboard as it will sit there continuously consuming CPU, even if the user goes out to lunch for a few hours and leaves the Dashboard open.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:16:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519436#M194007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-13T14:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Hide text object after few seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519437#M194008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the calculation in a Var and remove it from the object if time is over and set it on first action.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519437#M194008</guid>
      <dc:creator>jonasheisterkam</dc:creator>
      <dc:date>2013-11-13T14:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hide text object after few seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519438#M194009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Jonas&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's a cunning suggestion, I like it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;Bill&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:21:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519438#M194009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-11-13T14:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hide text object after few seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519439#M194010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please note that Now() function won't work on AJAX client. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519439#M194010</guid>
      <dc:creator />
      <dc:date>2013-11-13T14:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hide text object after few seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519440#M194011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now() will not work in Ajax. Then i cannot use that and also it takes most of the CPU time right, so i cannot use it in my application, because my tool size is some 252MB.&lt;/P&gt;&lt;P&gt;Any other way of implementing it without using Now()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2013 14:57:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519440#M194011</guid>
      <dc:creator />
      <dc:date>2013-11-13T14:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hide text object after few seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519441#M194012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone meanwhile get a solution ? &lt;BR /&gt;I want give the User (Ajax) a Hint too... but after a few Seconds the Text Box should be closed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 07:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519441#M194012</guid>
      <dc:creator>marco_81</dc:creator>
      <dc:date>2015-08-19T07:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hide text object after few seconds</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519442#M194013</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;In this scenario why can't we go for Alert Wizard?? I haven't worked with this. If Alert Wizard works here how can we do??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 08:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-text-object-after-few-seconds/m-p/519442#M194013</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-08-19T08:00:41Z</dc:date>
    </item>
  </channel>
</rss>

