<?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 Dynamic Sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187064#M50892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;P&gt;Do you mean that you want the model to cycle through the five screens, changing every 30 seconds - for a large screen display (in for example a call centre)?&lt;/P&gt;&lt;P&gt;If so, you can use this approach:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a variable vShow with the following value:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;=ceil((frac(now())*86400/(vSheets*vDelay)-floor(frac(now())*86400/(vSheets*vDelay)))*(vSheets))&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create variable vSheets = no of sheets to cycle through (5 in this case)&lt;/LI&gt;&lt;LI&gt;Create variable vDelay = time in seconds (30 in your case)&lt;/LI&gt;&lt;LI&gt;Finally, set each sheet to conditionally display using the expression&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;vShow=1 (for the first sheet)&lt;BR /&gt;vShow=2 (for the second sheet, and so on)&lt;/P&gt;&lt;P&gt;The vShow variable expression will return the value 1, then after 30 seconds, the value 2 etc, causing the displayed sheet to change every 30 seconds.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Mar 2011 09:46:40 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2011-03-29T09:46:40Z</dc:date>
    <item>
      <title>Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187061#M50889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need some help with this. I have 5 Sheets on my Qlikview document and what I want is to change each sheet each 30 seconds, Can you help me with this. I tried with the example here in the qlikview web (Dynamic Sheets = the sheet turn every 10 seconds), but I cant get results. If Anybody can help me with this... Thanks in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2011 19:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187061#M50889</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-03-28T19:38:56Z</dc:date>
    </item>
    <item>
      <title>Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187062#M50890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hola Pablo,&lt;/P&gt;&lt;P&gt;can you explain how you want to change each sheet each 30 seconds? Can you post the link about qlikview web dynamic sheets that turn every 10 seconds?&lt;BR /&gt;&lt;BR /&gt;Saludos&lt;BR /&gt;Luca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 09:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187062#M50890</guid>
      <dc:creator>pljsoftware</dc:creator>
      <dc:date>2011-03-29T09:23:20Z</dc:date>
    </item>
    <item>
      <title>Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187063#M50891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pablo,&lt;/P&gt;&lt;P&gt;This sounds like only a macro can achieve this. I don't know of anyhow native functionality or parameter allowing dynamic change of sheets based on time. It would be a nice future feature in QV.&lt;/P&gt;&lt;P&gt;Hopefully someone has done this with macros. I also have a client that is interested in this feature for an LCD display of QlikView on a shop floor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 09:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187063#M50891</guid>
      <dc:creator />
      <dc:date>2011-03-29T09:28:48Z</dc:date>
    </item>
    <item>
      <title>Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187064#M50892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pablo&lt;/P&gt;&lt;P&gt;Do you mean that you want the model to cycle through the five screens, changing every 30 seconds - for a large screen display (in for example a call centre)?&lt;/P&gt;&lt;P&gt;If so, you can use this approach:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a variable vShow with the following value:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;=ceil((frac(now())*86400/(vSheets*vDelay)-floor(frac(now())*86400/(vSheets*vDelay)))*(vSheets))&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create variable vSheets = no of sheets to cycle through (5 in this case)&lt;/LI&gt;&lt;LI&gt;Create variable vDelay = time in seconds (30 in your case)&lt;/LI&gt;&lt;LI&gt;Finally, set each sheet to conditionally display using the expression&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;vShow=1 (for the first sheet)&lt;BR /&gt;vShow=2 (for the second sheet, and so on)&lt;/P&gt;&lt;P&gt;The vShow variable expression will return the value 1, then after 30 seconds, the value 2 etc, causing the displayed sheet to change every 30 seconds.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 09:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187064#M50892</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2011-03-29T09:46:40Z</dc:date>
    </item>
    <item>
      <title>Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187065#M50893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;Superb. Thank you for that methodology.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 09:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187065#M50893</guid>
      <dc:creator />
      <dc:date>2011-03-29T09:53:35Z</dc:date>
    </item>
    <item>
      <title>Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187066#M50894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all Thank you all for your answers.&lt;/P&gt;&lt;P&gt;I'm Going to use the macro that you indicated Jonathan. And I will comment you the results. Thanks&lt;/P&gt;&lt;P&gt;I Attached the example with dynamycs sheets. The idea is to change the time in the sheets. The division I made by 30. But just took 2 sheets. It must be because the value on function Floor must be changed. But I can´t get possitive results.&lt;/P&gt;&lt;P&gt;Thanks Again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 13:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187066#M50894</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-03-29T13:41:00Z</dc:date>
    </item>
    <item>
      <title>Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187067#M50895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pablo,&lt;BR /&gt;I recommended avoiding function now(), except in the load script.&lt;BR /&gt;There is an alternative way which I used in QV 7x (didn't have requirements like that later). Two variables:&lt;BR /&gt;Rotations: Number of cycles (gives your flexibility, and very useful for testing)&lt;BR /&gt;Delay: Delay on sheet, in seconds&lt;BR /&gt;The macro is approximately like this:&lt;BR /&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;sub Rotate&lt;BR /&gt; on error resume next&lt;BR /&gt; set r=ActiveDocument.Variables("Rotations").GetContent&lt;BR /&gt; set d=ActiveDocument.Variables("Delay").GetContent&lt;BR /&gt; d=d.string*1000&lt;BR /&gt; for i = 1 to r.string&lt;BR /&gt; ActiveDocument.Sheets("Sheet 1 name").Activate&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.GetApplication.Sleep d&lt;BR /&gt; ActiveDocument.Sheets("Sheet 2 name").Activate&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.GetApplication.Sleep d&lt;BR /&gt; ActiveDocument.Sheets("Sheet 3 name").Activate&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.GetApplication.Sleep d&lt;BR /&gt; next&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;I attached this macro to a button on a separate configuration tab. Input box for the variables was right there, next to the button. &lt;BR /&gt;Not sure how it works in QV9 or 10. You can give it a try. &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 15:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187067#M50895</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-29T15:34:37Z</dc:date>
    </item>
    <item>
      <title>Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187068#M50896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attached example is a little more complicated than you need, in that different tabs stay active for different amounts of time. It uses no macro code or actions, just display conditions for each tab sensitive to the current time. Tested in v9 and v10.&lt;/P&gt;&lt;P&gt;Michael, I consider it safe to use now() in this case. Now() polls the operating system once per second. If you're only doing that once per second per tab, that should be a pretty trivial amount of CPU. You have to be very careful with how you use now(), but there are cases where I think it is appropriate. This is one of those cases.&lt;/P&gt;&lt;P&gt;(Edit: It looks like this is almost the same as Jonathan's solution. Maybe I can combine them in an even more efficient way since he only checks now() once per second, not once per second per tab. Hmmm.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 15:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187068#M50896</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-03-29T15:43:26Z</dc:date>
    </item>
    <item>
      <title>Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187069#M50897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John that is exactly what I needed. I just have to change the values on the inline table to 30 seconds.&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 19:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187069#M50897</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-03-29T19:18:03Z</dc:date>
    </item>
    <item>
      <title>Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187070#M50898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, I think I've integrated Jonathan's approach into my example, but still allowing for different timing for each sheet. I believe now() will only be evaluated once per second this way. We generate variables from the inline table, but don't actually store the data, so it won't interfere with the data model in any way.&lt;/P&gt;&lt;P&gt;Here's the script:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;[Timing]:&lt;BR /&gt;LOAD&lt;BR /&gt; recno() as Tab&lt;BR /&gt;,rangesum(Seconds,peek(Seconds)) as Seconds&lt;BR /&gt;INLINE [&lt;BR /&gt;Seconds&lt;BR /&gt;20&lt;BR /&gt;10&lt;BR /&gt;5&lt;BR /&gt;];&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;[Show]:&lt;BR /&gt;LOAD&lt;BR /&gt;'=' &amp;amp; concat('if(vSeconds&amp;lt;' &amp;amp; Seconds &amp;amp; ',' &amp;amp; Tab,'&lt;BR /&gt;,') &amp;amp; repeat(')',max(Tab)) as Show&lt;BR /&gt;,'=mod(round((now()-now(2))*86400),' &amp;amp; max(Seconds) &amp;amp; ')' as Seconds&lt;BR /&gt;RESIDENT Timing;&lt;BR /&gt;LET vShow = peek('Show');&lt;BR /&gt;LET vSeconds = peek('Seconds');&lt;BR /&gt;DROP TABLES [Show], [Timing];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 20:52:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187070#M50898</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-03-29T20:52:50Z</dc:date>
    </item>
    <item>
      <title>Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187071#M50899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is a very good exercise and thank all of you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 13:31:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187071#M50899</guid>
      <dc:creator>pgalvezt</dc:creator>
      <dc:date>2011-03-30T13:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187072#M50900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gentlmen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the great information. I am running into an issue with my tv dashboard display auto switching between tabs. The auto switching works in the desktop client but I am unable to get the tabs to switch in a browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I click the browser screen, the tab will count down and switch if I keep clicking but it will not switch on its own. I am running my dashboard in a Chrome browser on a large tv screen. If I run the dashboard in Internet Explorer it stil does not work and requires me to continuously click the screen for it to switch tabs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someine provide some guidance?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 14:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187072#M50900</guid>
      <dc:creator />
      <dc:date>2012-11-15T14:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187073#M50901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I copied the C:\Program Files\QlikView\Server\QlikViewClients\QlikViewAjax\opendoc.htm file and called it OpenDocNoToolbar.htm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then replaced the HTML with the following...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;html xmlns:zfp="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.qliktech.com/zfp"&gt;http://www.qliktech.com/zfp&lt;/A&gt;&lt;SPAN&gt;" xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/1999/xhtml"&gt;http://www.w3.org/1999/xhtml&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;head&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;BI&amp;lt;/title&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta http-equiv="X-UA-Compatible" content="IE=edge" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;meta name="apple-mobile-web-app-capable" content="yes" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="shortcut icon" type="image/x-icon" href="https://community.qlik.com/QvAjaxZfc/htc/Images/favicon.ico" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="stylesheet" type="text/css" media="screen" href="https://community.qlik.com/QvAjaxZfc/htc/default.css" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="apple-touch-icon" href="https://community.qlik.com/QvAjaxZfc/htc/Images/Touch/touch-icon.png" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="apple-touch-icon" sizes="72x72" href="https://community.qlik.com/QvAjaxZfc/htc/Images/Touch/touch-icon_72x72.png" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;link rel="apple-touch-icon" sizes="114x114" href="https://community.qlik.com/QvAjaxZfc/htc/Images/Touch/touch-icon_114x114.png" /&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;script type="text/javascript" src="/QvAjaxZfc/htc/QvAjax.js"&amp;gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;body class="QvPageBody" avq="background:.SheetBackground" onresize="Qva.ResizeBody()"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;li class="cf"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;span class="cell-icon cell-CLOSE-icon"&amp;gt;&amp;lt;/span&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;span class="ctx-menu-text"&amp;gt;Close&amp;lt;/span&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/li&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/ul&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;div id="InitialLoader"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;img alt="" src="/QvAjaxZfc/htc/Images/Working.gif"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;span class="ctx-menu-text"&amp;gt;Loading...&amp;lt;/span&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;div id="PageContainer"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;div id="MainContainer"&amp;gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;img alt="" id="WorkingGif" src="/QvAjaxZfc/htc/Images/Working.gif" style="display:none;"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;script type="text/javascript"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var qva;&lt;/P&gt;&lt;P&gt;&amp;nbsp; function Init() {&lt;/P&gt;&lt;P&gt;&amp;nbsp; var doc = Qva.ExtractProperty("document", null);&lt;/P&gt;&lt;P&gt;&amp;nbsp; var re = new RegExp("^(//[^:/]+(?::\\d+)?/)?([^#]+)");&lt;/P&gt;&lt;P&gt;&amp;nbsp; var segm = re.exec(doc);&lt;/P&gt;&lt;P&gt;&amp;nbsp; doc = segm &amp;amp;&amp;amp; segm[2];&lt;/P&gt;&lt;P&gt;&amp;nbsp; var invite = Qva.ExtractProperty("invite", null);&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(invite) doc = "";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(doc != null) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; qva = new Qva.PageBinding();&lt;/P&gt;&lt;P&gt;&amp;nbsp; qva.View = doc;&lt;/P&gt;&lt;P&gt;&amp;nbsp; qva.Autoview = "";&lt;/P&gt;&lt;P&gt;&amp;nbsp; qva.ShowDocumentTitle = true;&lt;/P&gt;&lt;P&gt;&amp;nbsp; qva.AuthenticateUrl = '/QvAjaxZfc/Authenticate.aspx';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; new Qva.Modal();&lt;/P&gt;&lt;P&gt;&amp;nbsp; new Qva.Scanner(qva);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; qva.AutoViewAppend (null, qva.DefaultScope, 'servercontrol');&lt;/P&gt;&lt;P&gt;&amp;nbsp; new Qva.Collaboration(qva, document.getElementById("MainContainer"));&lt;/P&gt;&lt;P&gt;&amp;nbsp; Qva.DragDrop.DropDefault = {&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Inside': function(pos, type) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (type == 'Field' || type == 'Dimension' || type == 'ObjectType') {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; return { 'Element': 'Document.ActiveSheet' };&lt;/P&gt;&lt;P&gt;&amp;nbsp; } else if (type == 'Object') {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; return { 'Element': 'Document.ActiveSheet', 'Dialog': 'Drop.qvpp' };&lt;/P&gt;&lt;P&gt;&amp;nbsp; } else {&lt;/P&gt;&lt;P&gt;&amp;nbsp; return null;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&amp;nbsp; new Qva.Extensions(qva);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; qva.AddManager({&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Name': qva.DefaultScope + ".Modal",&lt;/P&gt;&lt;P&gt;&amp;nbsp; 'Paint': function (mode, node) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; var width = parseInt(node.getAttribute('width'));&lt;/P&gt;&lt;P&gt;&amp;nbsp; var height = parseInt(node.getAttribute('height'));&lt;/P&gt;&lt;P&gt;&amp;nbsp; var name = node.getAttribute('value');&lt;/P&gt;&lt;P&gt;&amp;nbsp; var url = Qva.Remote + '?public=only&amp;amp;name=' + escape(name) + '.htm';&lt;/P&gt;&lt;P&gt;&amp;nbsp; var params = node.getElementsByTagName("param");&lt;/P&gt;&lt;P&gt;&amp;nbsp; for(var i = 0; i &amp;lt; params.length; ++i) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; var key = params&lt;I&gt;.getAttribute("key");&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; var value = params&lt;I&gt;.getAttribute("value");&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; url += "&amp;amp;" + escape(key) + "=" + escape(value);&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; Qva.Modal.instance.Show(qva, url, width, height, true, "QvModal_SessionCollaboration");&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; qva._Send("add", "Document.ActiveSheet", false);&lt;/P&gt;&lt;P&gt;&amp;nbsp; } else {&lt;/P&gt;&lt;P&gt;&amp;nbsp; alert("No Document");&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; Qva.SetContextMenu (document, function(event) { return qva.OnContextMenu(event); });&lt;/P&gt;&lt;P&gt;&amp;nbsp; Qva.Start();&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; function CloseSession() {&lt;/P&gt;&lt;P&gt;&amp;nbsp; document.body.style.background = "";&lt;/P&gt;&lt;P&gt;&amp;nbsp; $('#MainContainer, #Tabrow, #QvAjaxToolbar &amp;gt; ul:last').html("");&lt;/P&gt;&lt;P&gt;&amp;nbsp; $('body &amp;gt; script').nextAll().remove();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; qva.Enabled = false;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; qva.Ready = function () {};&lt;/P&gt;&lt;P&gt;&amp;nbsp; qva.OnContextMenu = function () {};&lt;/P&gt;&lt;P&gt;&amp;nbsp; qva.SendClose();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; var $closebtn = $('#Close');&lt;/P&gt;&lt;P&gt;&amp;nbsp; if ($closebtn.length) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; $closebtn.find('.ctx-menu-text').text($closebtn[0].RestoreText || "Restore").end().show()[0].href = 'javascript:RestoreSession()';&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; function RestoreSession() {&lt;/P&gt;&lt;P&gt;&amp;nbsp; window.location = window.location;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; function Assert(exp, message) {&lt;/P&gt;&lt;P&gt;&amp;nbsp; if (!exp) { &lt;/P&gt;&lt;P&gt;&amp;nbsp; if(message) { alert(message); }&lt;/P&gt;&lt;P&gt;&amp;nbsp; debugger;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; return exp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; if (typeof(Qva.Mgr) === "undefined") { &lt;/P&gt;&lt;P&gt;&amp;nbsp; Qva.GetDebugFiles(Init);&lt;/P&gt;&lt;P&gt;&amp;nbsp; } else { Init(); }&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then for the Document/s you want to remove the tool bar add the URL as below -&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="35670" class="jive-image-thumbnail jive-image jiveImage" alt="Capture.PNG" src="https://community.qlik.com/legacyfs/online/35670_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you access the document through the client browser you should see the OpenDocNoToolbar.htm is in the URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By doing this it removed the Tool Bar and Close button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also wanted my Document to automatically scroll through each sheet every minute, as the Document was to be shown on a TV screen in the office.&amp;nbsp;&amp;nbsp; You can do this using the Show Sheet Conditional on the Sheet Properties.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="35671" class="jive-image-thumbnail jive-image jiveImage" alt="Capture.PNG" src="https://community.qlik.com/legacyfs/online/35671_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable called vShow and then use an expression to give the variable a value.&amp;nbsp;&amp;nbsp; For instance, my document has 5 sheets and I wanted to show each sheet for 1 minute, so my expression looked like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="35675" class="jive-image-thumbnail jive-image jiveImage" alt="Capture.PNG" src="https://community.qlik.com/legacyfs/online/35675_Capture.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(right(time( now(),'m'),1)=1 or right(time( now(),'m'),1)=6&amp;nbsp; ,1,&lt;/P&gt;&lt;P&gt;if(right(time( now(),'m'),1)=2 or right(time( now(),'m'),1)=7&amp;nbsp; ,2,&lt;/P&gt;&lt;P&gt;if(right(time( now(),'m'),1)=3 or right(time( now(),'m'),1)=8&amp;nbsp; ,3,&lt;/P&gt;&lt;P&gt;if(right(time( now(),'m'),1)=4 or right(time( now(),'m'),1)=9&amp;nbsp; ,4,&lt;/P&gt;&lt;P&gt;if(right(time( now(),'m'),1)=0 or right(time( now(),'m'),1)=5&amp;nbsp; ,5)))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my vShow value would either be 1,2,3,4 or 5 depending on the current minute.&amp;nbsp;&amp;nbsp; You can use any expresion that suits the number of sheets you have and the frequency you want to show them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each sheet then update the Conditional value i.e. Sheet 1 would be vShow=1, sheet 2 vShow=2 etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now everyminute the sheet should change automatically.&amp;nbsp;&amp;nbsp; If you need to make changes to sheets just change the vShow expression to the sheet number you want to see - this saves you having to wait for the document to go through all the sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me the browser didn't automatically scroll through each sheet, so I installed Easy Auto Refresh for Chrome which lets you specify how many seconds between each browser refresh.&amp;nbsp;&amp;nbsp; Now I can run the browser in full-screen mode, sit back and watch it scroll through each sheet every minute.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2013 09:45:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187073#M50901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-28T09:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187074#M50902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having two buttons on the welcome page "ManualMode" and "SlideShow"&lt;BR /&gt;I am using the same concept which you have shown. The problem I am facing is whatever the value of vShow is at the time I click SlideShow it goes to that page. For eg if the value of the vShow variable was 4 when I clicked Slideshow button it goes to the 4th tab. Infact I want to always start with the 2nd tab when I click on slideShow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 12:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187074#M50902</guid>
      <dc:creator />
      <dc:date>2013-10-29T12:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187075#M50903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want switch between pages automatically&lt;/P&gt;&lt;P&gt;But i dont know do&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2015 07:23:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187075#M50903</guid>
      <dc:creator>mr_ramshini</dc:creator>
      <dc:date>2015-03-07T07:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187076#M50904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;I have 3 sheets in qlik view&lt;/P&gt;&lt;P&gt;and i want switch automatically between sheets&lt;/P&gt;&lt;P&gt;please help me &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2015 07:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187076#M50904</guid>
      <dc:creator>mr_ramshini</dc:creator>
      <dc:date>2015-03-07T07:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187077#M50905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;I have a problem&lt;/P&gt;&lt;P&gt;I have a project with 3 sheets and i want show sheets after together automatically&lt;/P&gt;&lt;P&gt;I want show sheet1 after 2 second&amp;nbsp; show sheet2&lt;/P&gt;&lt;P&gt;But i do'nt know do it&lt;/P&gt;&lt;P&gt;Please Help Me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2015 07:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187077#M50905</guid>
      <dc:creator>mr_ramshini</dc:creator>
      <dc:date>2015-03-08T07:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187078#M50906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a project in qlik view that have a 3 sheet&lt;/P&gt;&lt;P&gt;and i want go of sheet1 to sheet2 automatically after 2 second&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Mar 2015 09:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187078#M50906</guid>
      <dc:creator>mr_ramshini</dc:creator>
      <dc:date>2015-03-08T09:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187079#M50907</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;I have the dynamic sheet solution that is described by Jonathan above. Unfortunately this solution leads to that the nonactive sheets are not visible in the tabrow. I have like 10 sheets to rotate and from time to time i want to manually activate one of them. Is that somehow possible? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 06:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187079#M50907</guid>
      <dc:creator />
      <dc:date>2015-05-05T06:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Sheet</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187080#M50908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hie Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not working on Accesspoint &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/angry.png" /&gt;&lt;/P&gt;&lt;P&gt;Kindly give the solution for working on Accesspoint&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;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2015 07:25:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Sheet/m-p/187080#M50908</guid>
      <dc:creator>mohammadkhatimi</dc:creator>
      <dc:date>2015-05-06T07:25:53Z</dc:date>
    </item>
  </channel>
</rss>

