<?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 Display Logged in User Details in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189147#M886145</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;I need to display logged in user details (user name) in my dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me the entire flow, how can I do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Display Logged in User Details</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189147#M886145</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;I need to display logged in user details (user name) in my dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me the entire flow, how can I do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189147#M886145</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display Logged in User Details</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189148#M886146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add a text item to your sheet, and use one of the built-in system functions found here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/SystemFunctions/system-functions.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/SystemFunctions/system-functions.htm"&gt;http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/SystemFunctions/system-functions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For example, osuser() or qvuser().&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...pb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 01:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189148#M886146</guid>
      <dc:creator>pbk</dc:creator>
      <dc:date>2016-09-21T01:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Display Logged in User Details</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189149#M886147</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;You can try OsUser() or QVUser() like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= 'Logged in as&amp;nbsp; ' &amp;amp; OSUser()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Wed, 21 Sep 2016 02:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189149#M886147</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-09-21T02:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display Logged in User Details</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189150#M886148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you provide the user and password&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is My Section Access Code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Access;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, PASSWORD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, Anil, Babu&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, Anil123, Anil&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Section Application;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to provide from Inline then you can use = &lt;STRONG&gt;QVUser()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to provide by NTName then you need to use = &lt;STRONG&gt;OSUSER()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This NTName, Coming from Local / Group then &lt;STRONG&gt;QVUser() and OSUSER()&lt;/STRONG&gt; Will Work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 06:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189150#M886148</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-21T06:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display Logged in User Details</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189151#M886149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;If Your OSUser is like 'DOMAIN\USER' then use this to filter the domainpart away from Your domain name &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Logged In as ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;upper&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;right&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&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 style="color: #0000ff; font-size: 8pt;"&gt;num&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OSUser&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) -&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&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;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;OSUser in normally not the real name so it could be hard to find.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 08:19:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189151#M886149</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2016-09-21T08:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Display Logged in User Details</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189152#M886150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about QVUser in QV12? is that function removed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 08:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189152#M886150</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2016-09-21T08:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display Logged in User Details</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189153#M886151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, It's not working in QV 12&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 08:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189153#M886151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-21T08:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Display Logged in User Details</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189154#M886152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it will work when you have section access.&amp;nbsp; If you don't have Then try OSUSER().&lt;/P&gt;&lt;P&gt;Check this description from Qlikview Help file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1324"&gt;&lt;/A&gt;&lt;A name="OSuser"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;OSuser( )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Returns a string containing the name of the current user as returned by the operating system. &lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1325"&gt;&lt;/A&gt;&lt;A name="QVuser"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;QVuser( )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Returns a string containing the name of the current QlikView user as entered in a &lt;SPAN class="Bold"&gt;section access&lt;/SPAN&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>Wed, 21 Sep 2016 08:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189154#M886152</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-09-21T08:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display Logged in User Details</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189155#M886153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is correct &lt;A href="https://community.qlik.com/qlik-users/23109"&gt;jagan&lt;/A&gt;‌, QVUser Works in section Access, but still the function wont get "blue", no big deal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 08:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189155#M886153</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2016-09-21T08:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Display Logged in User Details</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189156#M886154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Used QVUser() function instead of OSUser()&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 17:41:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189156#M886154</guid>
      <dc:creator />
      <dc:date>2016-09-21T17:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Display Logged in User Details</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189157#M886155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close this thread by giving &lt;STRONG&gt;Correct Answer&lt;/STRONG&gt;&amp;nbsp; to the post which helps you if you got the answer.&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>Thu, 22 Sep 2016 05:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189157#M886155</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-09-22T05:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display Logged in User Details</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189158#M886156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your Domain-User is something like "UserDirectory=....domainName...;UserId=..PersonalID.." then you can use the following within the script to prepare for use in the worksheets:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET vUserName = UPPER(OSUser());&lt;BR /&gt;SET vScriptUserName = Right( Right($(vUserName), Len($(vUserName)) - FindOneOf($(vUserName),';')), Len(Right($(vUserName), Len($(vUserName)) - FindOneOf($(vUserName),';'))) - FindOneOf(Right($(vUserName), Len($(vUserName)) - FindOneOf($(vUserName),';')),'=') );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2016 12:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Logged-in-User-Details/m-p/1189158#M886156</guid>
      <dc:creator />
      <dc:date>2016-11-29T12:16:23Z</dc:date>
    </item>
  </channel>
</rss>

