<?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: OSUser() not updating with user in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2001081#M82912</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks, I was using the value of OSUser() instead of OSUser() the function. It doesn't show the incorrect USER ID now,&amp;nbsp; though it just shows the USERID as '-' . Is this correct for the &lt;SPAN&gt;qlikview.test account?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2022 08:51:30 GMT</pubDate>
    <dc:creator>JQ123</dc:creator>
    <dc:date>2022-11-07T08:51:30Z</dc:date>
    <item>
      <title>OSUser() not updating with user</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2000667#M82874</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have an app that in various places shows the value of OSUser()&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This works correctly for myself, the owner of the app.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After I publish it and other users use the app the value of OSUser() stays as my own userID and domain.&lt;/P&gt;
&lt;P&gt;How is this possible and how can I fix this so their userID and domain i.e the value of OSUser() for the user using the app shows.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jamie&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 12:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2000667#M82874</guid>
      <dc:creator>JQ123</dc:creator>
      <dc:date>2022-11-04T12:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser() not updating with user</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2000708#M82879</link>
      <description>&lt;P&gt;Hi, it should show the user connected. Are you using =OSUser() inside the chart?&lt;/P&gt;
&lt;P&gt;If in eaxmaple you load OsUSer() in a variable and you use the variable it will show the last loaded value, that might be your user.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 13:41:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2000708#M82879</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-11-04T13:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser() not updating with user</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2000807#M82883</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am using it in a table in the load script&lt;/P&gt;
&lt;P&gt;USER_TEST_1:&lt;BR /&gt;Load&lt;BR /&gt;OSUser();&lt;/P&gt;
&lt;P&gt;And as a variable (to test the issue)&lt;/P&gt;
&lt;P&gt;Both show the incorrect user.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But from what you are saying I think having it in the load script will also show the incorrect value?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 16:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2000807#M82883</guid>
      <dc:creator>JQ123</dc:creator>
      <dc:date>2022-11-04T16:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser() not updating with user</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2000985#M82904</link>
      <description>&lt;P&gt;Hi, in the load script it will load a value and that value would be static. Just add a text box or a table with a measure with =OsUser() to check if it changes.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2022 19:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2000985#M82904</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2022-11-06T19:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser() not updating with user</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2001081#M82912</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks, I was using the value of OSUser() instead of OSUser() the function. It doesn't show the incorrect USER ID now,&amp;nbsp; though it just shows the USERID as '-' . Is this correct for the &lt;SPAN&gt;qlikview.test account?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 08:51:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2001081#M82912</guid>
      <dc:creator>JQ123</dc:creator>
      <dc:date>2022-11-07T08:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser() not updating with user</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2001118#M82917</link>
      <description>&lt;P&gt;Hi, sorted it now, test user showing correctly., forgot the '()' thanks for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 09:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-updating-with-user/m-p/2001118#M82917</guid>
      <dc:creator>JQ123</dc:creator>
      <dc:date>2022-11-07T09:53:37Z</dc:date>
    </item>
  </channel>
</rss>

