<?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: Send Message to a QlikView Session Active Users in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330996#M1306591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In version 11 you can do that. See below, I have type in "This is a test"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV11-2012-05-02-15-55-23.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/13721_QV11-2012-05-02-15-55-23.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This shows up in the Accesspoint like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV11-2012-05-02-15-55-18.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/13722_QV11-2012-05-02-15-55-18.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2012 19:58:37 GMT</pubDate>
    <dc:creator>Bill_Britt</dc:creator>
    <dc:date>2012-05-02T19:58:37Z</dc:date>
    <item>
      <title>Send Message to a QlikView Session Active Users</title>
      <link>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330992#M1306583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have some requirements on sending message to a QlikView Session Active Users.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the QMC, we can set a "Custom System Message", where users can read this message when opening the Access Point.&amp;nbsp; The requirement is, can some "Admin" send, say "Maintenance or Troubleshooting message" to these Active Users, so they'll be aware, close and logout from the session?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and more power!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330992#M1306583</guid>
      <dc:creator>jasonseril</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Send Message to a QlikView Session Active Users</title>
      <link>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330993#M1306586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if there is anything in the QMC that would do this, but Access Point is just like any other Website, you could add a message by editing the JavaScript and HTML on the website. We have a notification for users when they enter our test enviroment so they know they are not seeing production numbers or reports. This is done by modifying those web files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 14:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330993#M1306586</guid>
      <dc:creator>patrickanderson</dc:creator>
      <dc:date>2012-05-02T14:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Send Message to a QlikView Session Active Users</title>
      <link>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330994#M1306588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might be possible by posting the message to the registry and reading the value back using &lt;/P&gt;&lt;P&gt;GetRegistryString. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've not tested this on my server, but in the client the value updates when the user clicks around the Qlikview document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Just tested it quickly and doesn't work!!&amp;nbsp; You might be able to grab the value using a macro triggered by an action, though. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 15:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330994#M1306588</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2012-05-02T15:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Send Message to a QlikView Session Active Users</title>
      <link>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330995#M1306589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best way I can think of to do this with QV11 is using document extensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do something that gets executed every time the page is updated, or every few minutes, checks a file on the server opening a URL and displays a message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never done it but I believe it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way might be using QV11 SR1 real time update, add a message to the model and display it somewhere.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 17:20:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330995#M1306589</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-05-02T17:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Send Message to a QlikView Session Active Users</title>
      <link>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330996#M1306591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In version 11 you can do that. See below, I have type in "This is a test"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV11-2012-05-02-15-55-23.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/13721_QV11-2012-05-02-15-55-23.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This shows up in the Accesspoint like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV11-2012-05-02-15-55-18.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/13722_QV11-2012-05-02-15-55-18.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 19:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330996#M1306591</guid>
      <dc:creator>Bill_Britt</dc:creator>
      <dc:date>2012-05-02T19:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Send Message to a QlikView Session Active Users</title>
      <link>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330997#M1306593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this message update dynamically or does it rely on the user refreshing the page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read the original post as "how to notify users in a document session?", so they are not looking at Accesspoint but the open document so they won't be alerted to that message.&amp;nbsp; I have managed to get a message passed from one Plugin session to another user's plugin session by using shared server bookmarks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Set up a variable SelectionTrigger as =GetCurrentSelections()&lt;/P&gt;&lt;P&gt;2) Set up a document trigger on this variable changing to run a macro like this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set bm = ActiveDocument.GetBookmark("Server\BM01")&lt;/P&gt;&lt;P&gt;&amp;nbsp; set t = activedocument.getsheetobject("TX02") &lt;BR /&gt;&amp;nbsp; p = t.GetProperties&lt;BR /&gt;&amp;nbsp; p.layout.text.v = bm.Bookmark.InfoText&lt;BR /&gt;&amp;nbsp; t.setproperties p&lt;/P&gt;&lt;P&gt;So the admin user edits the server bookmark's info and when the user makes selections, the macro runs and populates the text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flipside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 10:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Send-Message-to-a-QlikView-Session-Active-Users/m-p/330997#M1306593</guid>
      <dc:creator>flipside</dc:creator>
      <dc:date>2012-05-03T10:36:30Z</dc:date>
    </item>
  </channel>
</rss>

