<?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: How can i show pics with timer on textbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678624#M246160</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;By the below logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;gt;= 1 and&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;gt;= 2 and&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;gt;= 3 and&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above function will be true every 10 second and hence it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2014 13:45:03 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-07-15T13:45:03Z</dc:date>
    <item>
      <title>How can i show pics with timer on textbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678617#M246153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Peeps,&lt;/P&gt;&lt;P&gt;Find attached. How can i&amp;nbsp; show probably with a code segment pictures one after the other without clicking on any button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Zion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678617#M246153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-15T13:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can i show pics with timer on textbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678618#M246154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at this:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678618#M246154</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-15T13:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: How can i show pics with timer on textbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678619#M246155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached, every pic would be visible for one minute one after another. Check - Layout Show Conditional expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678619#M246155</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-15T13:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can i show pics with timer on textbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678620#M246156</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;May be like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678620#M246156</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-15T13:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can i show pics with timer on textbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678621#M246157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have defined a variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=left(right(Now(),5),2) that gives the seconds from 00 to 60, then, every object can be showed with conditional expression, I've simply set this expression like: visible if :&amp;nbsp; myVar &amp;gt;= 10 and myVar &amp;lt;= 20 so yjììthe object is visible for 10 sec. from the 10th to 20th&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:16:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678621#M246157</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-07-15T13:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How can i show pics with timer on textbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678622#M246158</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;Did you try my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678622#M246158</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-15T13:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can i show pics with timer on textbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678623#M246159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right click on the textbox when it is active, goto layout tab-&amp;gt;Show Conditional (Expression)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see all the textboxes at one go, right click on the sheet-&amp;gt;Objects tab, you will see all the textboxes: ShowMode: Condional:Hidden, select the object-&amp;gt; On right bottom corner-Properties-&amp;gt;Layout&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:23:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678623#M246159</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-15T13:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can i show pics with timer on textbox</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678624#M246160</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;By the below logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;gt;= 1 and&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;gt;= 2 and&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;gt;= 3 and&lt;/P&gt;&lt;P&gt;(((now()*24 * 60) - floor((now()*24 * 60)) ) * 60 / 10) &amp;lt; 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above function will be true every 10 second and hence it worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 13:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-i-show-pics-with-timer-on-textbox/m-p/678624#M246160</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-15T13:45:03Z</dc:date>
    </item>
  </channel>
</rss>

