<?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: User in the server event log message in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672352#M1316211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. So this is specific to which users were denied access due to insufficient CALs.&lt;/P&gt;&lt;P&gt;It looks like the way you've set it is working.&lt;/P&gt;&lt;P&gt;If you wanted more ability to use that "Event Log User", you could create a list box with your expression:&lt;/P&gt;&lt;P&gt;=mid(Message, index(Message,'"')+1,index(Message,'"',2)-index(Message,'"')-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could add one that shows user denied:&lt;/P&gt;&lt;P&gt;=IF(index(Message,'No CAL assigned to user')&amp;gt;1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mid(Message, index(Message,'"')+1,index(Message,'"',2)-index(Message,'"')-1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Oct 2014 10:52:01 GMT</pubDate>
    <dc:creator>Tyler_Waterfall</dc:creator>
    <dc:date>2014-10-22T10:52:01Z</dc:date>
    <item>
      <title>User in the server event log message</title>
      <link>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672349#M1316203</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;it would be nice to get the user of a server event log message (table: Events field: Message).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression would be&lt;/P&gt;&lt;P&gt;mid(Message, index(Message,'"')+1,index(Message,'"',2)-index(Message,'"')-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peggy&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/User-in-the-server-event-log-message/m-p/672349#M1316203</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: User in the server event log message</title>
      <link>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672350#M1316206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peggy,&lt;/P&gt;&lt;P&gt;Are you asking for that [User] to be added to the Event.log files or to the Governance Dashboard?&lt;/P&gt;&lt;P&gt;How would you use the [User] "field"? (What questions are you trying to answer?)&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 17:03:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672350#M1316206</guid>
      <dc:creator>Tyler_Waterfall</dc:creator>
      <dc:date>2014-10-21T17:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: User in the server event log message</title>
      <link>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672351#M1316209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyler,&lt;/P&gt;&lt;P&gt;I would like to know which user caused an event, e.g. which user got the message "out of session cals".This is a table out of the Governance Dashboard:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="69456" alt="User_OutOfSessionCals.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69456_User_OutOfSessionCals.png" style="width: 620px; height: 97px;" /&gt;&lt;/P&gt;&lt;P&gt;If I would have the user, I could select it to see all Messages caused by this user. I can get to know how often this would happen and if I may change the license type for this user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peggy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 09:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672351#M1316209</guid>
      <dc:creator />
      <dc:date>2014-10-22T09:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: User in the server event log message</title>
      <link>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672352#M1316211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. So this is specific to which users were denied access due to insufficient CALs.&lt;/P&gt;&lt;P&gt;It looks like the way you've set it is working.&lt;/P&gt;&lt;P&gt;If you wanted more ability to use that "Event Log User", you could create a list box with your expression:&lt;/P&gt;&lt;P&gt;=mid(Message, index(Message,'"')+1,index(Message,'"',2)-index(Message,'"')-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could add one that shows user denied:&lt;/P&gt;&lt;P&gt;=IF(index(Message,'No CAL assigned to user')&amp;gt;1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; mid(Message, index(Message,'"')+1,index(Message,'"',2)-index(Message,'"')-1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 10:52:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672352#M1316211</guid>
      <dc:creator>Tyler_Waterfall</dc:creator>
      <dc:date>2014-10-22T10:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: User in the server event log message</title>
      <link>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672353#M1316212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry, I have to clarify...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is, if this could be created within the script? So that everybody may use it in future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Peggy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 10:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672353#M1316212</guid>
      <dc:creator />
      <dc:date>2014-10-22T10:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: User in the server event log message</title>
      <link>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672354#M1316213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought you might ask this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;I will add it to the enhancement list, though at the present time there is no set release date for this and other requested enhancements (GOV-455).&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672354#M1316213</guid>
      <dc:creator>Tyler_Waterfall</dc:creator>
      <dc:date>2014-10-22T11:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: User in the server event log message</title>
      <link>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672355#M1316214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yeah, sorry for the confusion &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know that the E-Mail for the Feedback doesn't work? &lt;A href="mailto:qvgdfeedback@qliktech.com"&gt;qvgdfeedback@qliktech.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peggy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 11:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/User-in-the-server-event-log-message/m-p/672355#M1316214</guid>
      <dc:creator />
      <dc:date>2014-10-22T11:07:20Z</dc:date>
    </item>
  </channel>
</rss>

