<?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 Function to retrun the current windows user in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Function-to-retrun-the-current-windows-user/m-p/236827#M87964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, use OSUSER()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Dec 2010 16:44:08 GMT</pubDate>
    <dc:creator>hector</dc:creator>
    <dc:date>2010-12-31T16:44:08Z</dc:date>
    <item>
      <title>Function to retrun the current windows user</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-retrun-the-current-windows-user/m-p/236826#M87963</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;Is there a function in qlikview that returns the current windows user?&lt;/P&gt;&lt;P&gt;I'd like to base the visibility of some controlls on the windows user account.&lt;/P&gt;&lt;P&gt;Thx for any kind of hint.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Ludwig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 16:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-retrun-the-current-windows-user/m-p/236826#M87963</guid>
      <dc:creator />
      <dc:date>2010-12-31T16:42:54Z</dc:date>
    </item>
    <item>
      <title>Function to retrun the current windows user</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-retrun-the-current-windows-user/m-p/236827#M87964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, use OSUSER()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 16:44:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-retrun-the-current-windows-user/m-p/236827#M87964</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2010-12-31T16:44:08Z</dc:date>
    </item>
    <item>
      <title>Function to retrun the current windows user</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-retrun-the-current-windows-user/m-p/236828#M87965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thx Hector.&lt;/P&gt;&lt;P&gt;I am trying to use the user account which I have now (Thx to you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; to control the visibility of a couple buttons so the app displays buttons based on the user...I loaded a table that shows for each user which button should be on or off..structure below...&lt;/P&gt;&lt;P&gt;Botton1 Botton2 Botton3 Botton(n)&lt;/P&gt;&lt;P&gt;User 1 1 0 1 0&lt;/P&gt;&lt;P&gt;User 2 1 1 1 1&lt;/P&gt;&lt;P&gt;User3 1 0 1 0&lt;/P&gt;&lt;P&gt;How can I now link them up so everytime the app is opened each user only sees its assinged buttons..&lt;/P&gt;&lt;P&gt;Each hint much appr...&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;P&gt;L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 17:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-retrun-the-current-windows-user/m-p/236828#M87965</guid>
      <dc:creator />
      <dc:date>2010-12-31T17:21:14Z</dc:date>
    </item>
    <item>
      <title>Function to retrun the current windows user</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-retrun-the-current-windows-user/m-p/236829#M87966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i think the best way will be a table with this relationship between user and buttons&lt;/P&gt;&lt;P&gt;User | Button| Access&lt;BR /&gt;User1 | But01 | 1&lt;BR /&gt;User1 | But02 | 0&lt;/P&gt;&lt;P&gt;and so on....&lt;/P&gt;&lt;P&gt;Then, use the Initial Data Reduction Based on Section Access to only see the records for the current user and not all of them&lt;/P&gt;&lt;P&gt;And in the conditionality of the button, use something like Only(if(Button = 'But01',Access)), so it wll return true or false taking the value from the access table&lt;/P&gt;&lt;P&gt;Rgds &amp;amp; good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 17:35:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-retrun-the-current-windows-user/m-p/236829#M87966</guid>
      <dc:creator>hector</dc:creator>
      <dc:date>2010-12-31T17:35:17Z</dc:date>
    </item>
    <item>
      <title>Function to retrun the current windows user</title>
      <link>https://community.qlik.com/t5/QlikView/Function-to-retrun-the-current-windows-user/m-p/236830#M87967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! Thx Hector for your input. Thx L. Will give a shot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 17:48:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-to-retrun-the-current-windows-user/m-p/236830#M87967</guid>
      <dc:creator />
      <dc:date>2010-12-31T17:48:09Z</dc:date>
    </item>
  </channel>
</rss>

