<?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: Marquee in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Marquee/m-p/834354#M1000324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution in that thread isn't a script, it's a GIF image that's been created and then loaded in as an image in a text box. In order to create it, look up a marquee gif generator in google and then type what you want to scroll in there, save the GIF and read it in as an image into a textbox. Not easily usable but it's the only fix bar the 1 second scroll!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Jun 2015 11:02:24 GMT</pubDate>
    <dc:creator>morganaaron</dc:creator>
    <dc:date>2015-06-05T11:02:24Z</dc:date>
    <item>
      <title>Marquee</title>
      <link>https://community.qlik.com/t5/QlikView/Marquee/m-p/834348#M1000314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Hi All,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i am using the following marquue in my Dashboard,But it is scrolling slowly.Can we increase scrolling speed.please help to me.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;set vBanner='qlikview'&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;=left(vBanner,mod(Round((now()-now(2))*100000),len(vBanner)+1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 05:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Marquee/m-p/834348#M1000314</guid>
      <dc:creator />
      <dc:date>2015-06-05T05:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Marquee</title>
      <link>https://community.qlik.com/t5/QlikView/Marquee/m-p/834349#M1000315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please dont cross-post your question. Posting it once is enough&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 05:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Marquee/m-p/834349#M1000315</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-06-05T05:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Marquee</title>
      <link>https://community.qlik.com/t5/QlikView/Marquee/m-p/834350#M1000316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KK Jonathan, do you answer for my question,please send to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 05:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Marquee/m-p/834350#M1000316</guid>
      <dc:creator />
      <dc:date>2015-06-05T05:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: Marquee</title>
      <link>https://community.qlik.com/t5/QlikView/Marquee/m-p/834351#M1000318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function now gets called every second, so you can't speed up the scroll per se, but you can return more characters than you are doing every second - if you multiply your mod function by 2 this would return twice the number of characters for example - though I'm unsure why you're multiplying by 100000, I think the number to return 1 character at a time given the second count is 86400. Someone can correct me if I'm wrong though!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 07:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Marquee/m-p/834351#M1000318</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-06-05T07:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: Marquee</title>
      <link>https://community.qlik.com/t5/QlikView/Marquee/m-p/834352#M1000320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/704682"&gt;Re: marquee effect in QVW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 08:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Marquee/m-p/834352#M1000320</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-06-05T08:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Marquee</title>
      <link>https://community.qlik.com/t5/QlikView/Marquee/m-p/834353#M1000322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&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;&amp;nbsp;&amp;nbsp; please share &lt;SPAN style="font-size: 13.3333330154419px;"&gt;marquee &lt;/SPAN&gt;script to me.Because of i am using personal edition for that am not able to open QVW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 08:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Marquee/m-p/834353#M1000322</guid>
      <dc:creator />
      <dc:date>2015-06-05T08:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Marquee</title>
      <link>https://community.qlik.com/t5/QlikView/Marquee/m-p/834354#M1000324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution in that thread isn't a script, it's a GIF image that's been created and then loaded in as an image in a text box. In order to create it, look up a marquee gif generator in google and then type what you want to scroll in there, save the GIF and read it in as an image into a textbox. Not easily usable but it's the only fix bar the 1 second scroll!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 11:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Marquee/m-p/834354#M1000324</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-06-05T11:02:24Z</dc:date>
    </item>
  </channel>
</rss>

