<?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: On textbox obj show logged on user in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/On-textbox-obj-show-user-logged-on-date/m-p/603071#M1118187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may look into this function:&lt;/P&gt;&lt;P&gt;=OSuser() - Returns a string containing the name of the current user as returned by the operating system. &lt;/P&gt;&lt;P&gt;=QVuser() - Returns a string containing the name of the current QlikView user as entered in a section access. &lt;/P&gt;&lt;P&gt;=ComputerName() - Returns a string containing the name of the computer as returned by the operating system. &lt;/P&gt;&lt;P&gt;=ReloadTime() - Returns a timestamp for when the script last finished reexecuting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 07:22:49 GMT</pubDate>
    <dc:creator>Sokkorn</dc:creator>
    <dc:date>2014-02-04T07:22:49Z</dc:date>
    <item>
      <title>On textbox obj show user logged on date</title>
      <link>https://community.qlik.com/t5/QlikView/On-textbox-obj-show-user-logged-on-date/m-p/603070#M1118186</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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; On&amp;nbsp; text box&amp;nbsp; write a script to show looged on user date or user details ,while opening a qlikview want to diplay date on&amp;nbsp; textbox obj .Please help me out .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 07:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-textbox-obj-show-user-logged-on-date/m-p/603070#M1118186</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-02-04T07:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: On textbox obj show logged on user</title>
      <link>https://community.qlik.com/t5/QlikView/On-textbox-obj-show-user-logged-on-date/m-p/603071#M1118187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may look into this function:&lt;/P&gt;&lt;P&gt;=OSuser() - Returns a string containing the name of the current user as returned by the operating system. &lt;/P&gt;&lt;P&gt;=QVuser() - Returns a string containing the name of the current QlikView user as entered in a section access. &lt;/P&gt;&lt;P&gt;=ComputerName() - Returns a string containing the name of the computer as returned by the operating system. &lt;/P&gt;&lt;P&gt;=ReloadTime() - Returns a timestamp for when the script last finished reexecuting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 07:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-textbox-obj-show-user-logged-on-date/m-p/603071#M1118187</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-02-04T07:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: On textbox obj show user logged on date</title>
      <link>https://community.qlik.com/t5/QlikView/On-textbox-obj-show-user-logged-on-date/m-p/603072#M1118188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; Take a text object &amp;amp; paste the below lines&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Data accessed ' &amp;amp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;now&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(2) &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; '&amp;nbsp; User ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OSUser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;() &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 07:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-textbox-obj-show-user-logged-on-date/m-p/603072#M1118188</guid>
      <dc:creator>sreenivas</dc:creator>
      <dc:date>2014-02-04T07:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: On textbox obj show user logged on date</title>
      <link>https://community.qlik.com/t5/QlikView/On-textbox-obj-show-user-logged-on-date/m-p/603073#M1118189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check below to add Time and Date...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;now(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[ timer_mode]&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns a timestamp of the current time from the system clock. The timer_mode may have the following values:&lt;/P&gt;&lt;P&gt;0 Time at previously finished reload (not currently ongoing reload)&lt;BR /&gt;1 Time at function call&lt;BR /&gt;2 Time when the document was opened&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Default &lt;SPAN class="Italic"&gt;timer_mode&lt;/SPAN&gt; is 1. The &lt;SPAN class="Italic"&gt;timer_mode = 1&lt;/SPAN&gt; should be used with caution, since it polls the operating system every second and hence could slow down the system. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 07:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/On-textbox-obj-show-user-logged-on-date/m-p/603073#M1118189</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-02-04T07:30:58Z</dc:date>
    </item>
  </channel>
</rss>

