<?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 VBA in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/VBA/m-p/300173#M111162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am Looking for a macro that will allow the switching of Tabs in the model every 150 seconds?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jan 2012 01:06:47 GMT</pubDate>
    <dc:creator>fabioribeiro</dc:creator>
    <dc:date>2012-01-24T01:06:47Z</dc:date>
    <item>
      <title>VBA</title>
      <link>https://community.qlik.com/t5/QlikView/VBA/m-p/300173#M111162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am Looking for a macro that will allow the switching of Tabs in the model every 150 seconds?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 01:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBA/m-p/300173#M111162</guid>
      <dc:creator>fabioribeiro</dc:creator>
      <dc:date>2012-01-24T01:06:47Z</dc:date>
    </item>
    <item>
      <title>VBA</title>
      <link>https://community.qlik.com/t5/QlikView/VBA/m-p/300174#M111163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Fabio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You shouldn't need a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get you started:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new Variable (v_Timer) withteh following expresion:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(mod(minute(now()),2)=0,1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then under the Conditional show of Sheet1 enter =v_Timer=1 and Sheet2 =v_Timer=0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case your tabs will switch every minute but it's easy to build from there and alter the variable expresion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd also remove the tabrow to make the application look cleaner...and embeded the whole thing in a PowerPoint presentation via the QVX connector which is ideal for display screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;P&gt;New Qlikview Design Blog: &lt;A href="http://QVDesign.wordpress.com"&gt;QVDesign.wordpress.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2012 10:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/VBA/m-p/300174#M111163</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2012-01-24T10:09:03Z</dc:date>
    </item>
  </channel>
</rss>

