<?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 Displaying Qlik Dashboard on a TV screen in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Displaying-Qlik-Dashboard-on-a-TV-screen/m-p/1888415#M21228</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are trying to put one Qlik Sense app on a TV screen and want the sheets to automatically roll every xx seconds. Have anybody done that? If yes, you you mind sharing how you did it? Any other insights into this will be appreciated. Thanks,&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2022 21:47:48 GMT</pubDate>
    <dc:creator>ktikiwala</dc:creator>
    <dc:date>2022-02-02T21:47:48Z</dc:date>
    <item>
      <title>Displaying Qlik Dashboard on a TV screen</title>
      <link>https://community.qlik.com/t5/Management-Governance/Displaying-Qlik-Dashboard-on-a-TV-screen/m-p/1888415#M21228</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are trying to put one Qlik Sense app on a TV screen and want the sheets to automatically roll every xx seconds. Have anybody done that? If yes, you you mind sharing how you did it? Any other insights into this will be appreciated. Thanks,&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 21:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Displaying-Qlik-Dashboard-on-a-TV-screen/m-p/1888415#M21228</guid>
      <dc:creator>ktikiwala</dc:creator>
      <dc:date>2022-02-02T21:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Qlik Dashboard on a TV screen</title>
      <link>https://community.qlik.com/t5/Management-Governance/Displaying-Qlik-Dashboard-on-a-TV-screen/m-p/1888431#M21229</link>
      <description>&lt;P&gt;To present it on a tv screen you will need some kind of web web browser access with network access and license&amp;nbsp; to your Qlik Sense environment.&lt;/P&gt;
&lt;P&gt;You also need to prevent that dashboard from timing out. If you have a browser supporting plugins/extensions then you could try to add an auto-refresh plugin that automatically&amp;nbsp; refreshes your dashboard every X minutes.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 23:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Displaying-Qlik-Dashboard-on-a-TV-screen/m-p/1888431#M21229</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2022-02-02T23:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Qlik Dashboard on a TV screen</title>
      <link>https://community.qlik.com/t5/Management-Governance/Displaying-Qlik-Dashboard-on-a-TV-screen/m-p/1888440#M21230</link>
      <description>&lt;P&gt;You may find this blog useful for the same/similar use-case:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.quickintelligence.co.uk/qlik-sense-web-server/" target="_blank"&gt;https://www.quickintelligence.co.uk/qlik-sense-web-server/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 01:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Displaying-Qlik-Dashboard-on-a-TV-screen/m-p/1888440#M21230</guid>
      <dc:creator>disqr_rm</dc:creator>
      <dc:date>2022-02-03T01:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Qlik Dashboard on a TV screen</title>
      <link>https://community.qlik.com/t5/Management-Governance/Displaying-Qlik-Dashboard-on-a-TV-screen/m-p/1888470#M21231</link>
      <description>&lt;P&gt;You can use the &lt;A href="https://help.qlik.com/en-US/sense-developer/November2021/Subsystems/APIs/Content/Sense_ClientAPIs/single-integration-api.htm" target="_blank" rel="noopener"&gt;SIngle Integration API&lt;/A&gt; (really a fancy name for a url) to embed the sheets in an html page.&amp;nbsp; Add a bit of javascript to set a timer and switch pages and you have a rotating show.&amp;nbsp; See the attached for a working example. This example is set up as a mashup.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 05:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Displaying-Qlik-Dashboard-on-a-TV-screen/m-p/1888470#M21231</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-02-03T05:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Qlik Dashboard on a TV screen</title>
      <link>https://community.qlik.com/t5/Management-Governance/Displaying-Qlik-Dashboard-on-a-TV-screen/m-p/1888864#M21236</link>
      <description>&lt;P&gt;Hi Vegar,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, I know this and I have already tried this with no success.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 18:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Displaying-Qlik-Dashboard-on-a-TV-screen/m-p/1888864#M21236</guid>
      <dc:creator>ktikiwala</dc:creator>
      <dc:date>2022-02-03T18:10:58Z</dc:date>
    </item>
  </channel>
</rss>

