<?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 working on qlik sense / server version June 2017 in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421161#M33720</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=SubField(lower(OSUser()&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, '=', -1)&lt;/SPAN&gt; returns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aa123456789&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have replaced the set anaylsis with the above and I still get no answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to remove the $ and I get error in set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Oct 2017 11:47:28 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2017-10-25T11:47:28Z</dc:date>
    <item>
      <title>OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421155#M33714</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;I have been having trouble using the following code in Qlik , since the new June 2017 upgrade&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has there been a amendment on how this code should be used or is there an error with the new server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;UserID = {'$(=SubField(upper(OSUser(), '=', -1)))'}&amp;gt;}distinct([Order_Number]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also for the&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for UserID and OSUser I have made sure in the load it looks like the following in the load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upper(UserID) as UserID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upper(OSUser) as OSUser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas please team?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 10:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421155#M33714</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-10-24T10:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421156#M33715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're missing a parenthesis of the "upper(OSUser()" statement, you have:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt;UserID = {'$(=SubField(upper(OSUser(), '=', -1)))'}&amp;gt;}distinct([Order_Number]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;but should be&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({&amp;lt;UserID = {'$(=SubField(upper(OSUser()&lt;STRONG&gt;)&lt;/STRONG&gt;, '=', -1)))'}&amp;gt;}distinct([Order_Number]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Just testes it here with the expression =Subfield(upper(OSUser()),'\',-1) and works fine.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Felipe.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 11:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421156#M33715</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-24T11:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421157#M33716</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;sorry this did not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;checking the server the username (for computer login is) is a mixture of letters and numbers e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aa123456789&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked the server and it reads in as lowercase too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so this is as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aa123456789&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in app I have used the upper command so it looks like AA123456789 in the load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so I also tried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt;UserID = {'$(=SubField(lower(OSUser()&lt;STRONG&gt;)&lt;/STRONG&gt;, '=', -1)))'}&amp;gt;}distinct([Order_Number]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;with no joy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;any more ideas team please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 12:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421157#M33716</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-10-24T12:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421158#M33717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try out &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;OSUser() and see the result it gives, i'm assuming the user name doesn have the '=' you're putting in the subfield statement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Can you share the app?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 12:50:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421158#M33717</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-24T12:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421159#M33718</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;I cant really share the app sorry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but using OSUSER() has outputted&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UserDirectory = Domain; UserId=aa123456789&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 10:00:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421159#M33718</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-10-25T10:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421160#M33719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems the evaluation on the set analysis is probably returning null or some value incompatible with what your trying to compare *UserID". It will need some debbuging to get it right.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Try the following, put the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=SubField(lower(OSUser()&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, '=', -1) expression in a text box and see what it returns and see which values you have for UserID,.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;My guess it's that you don't have the user you posted above in your bae, or $ expansion is returning null.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Felipe.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 11:10:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421160#M33719</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-25T11:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421161#M33720</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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=SubField(lower(OSUser()&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, '=', -1)&lt;/SPAN&gt; returns&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aa123456789&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have replaced the set anaylsis with the above and I still get no answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to remove the $ and I get error in set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 11:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421161#M33720</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-10-25T11:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421162#M33721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there an association between the tables and for the table that has the UserID, does it have the entry (row) with the value UserID = &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;aa123456789&amp;nbsp; (with the lowercase letters)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Since I can't see the data, i'm doing guesses to see if it helps.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 11:53:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421162#M33721</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-25T11:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421163#M33722</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;yes, I have even now in the data load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;done lower(OSUSER) as UserId&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also changed the UserID to UserId to see if it help with the matching&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UserDirectory = Domain; UserId=aa123456789&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any more ideas.. how would you remove the $ expansion?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 12:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421163#M33722</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-10-25T12:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421164#M33723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I meant was, do you have on the loaded table the value "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;aa123456789".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Check in the data model or create a simple filter and check if your base has the "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;aa123456789".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;IF not, set analysis wont find the specified user id and can't use it for calculations.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;This part you mentioned "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;UserDirectory = Domain; UserId=aa123456789" is the value from the AD, but somewhere you need to have this value in Qlik so that set analysis can search it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Final thing is that you might not have a Order_Number associated to this user in your tables, check those too .&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 12:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421164#M33723</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-25T12:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421165#M33724</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;yes there is a table with two columns&lt;/P&gt;&lt;P&gt;OSUSER and AccountantName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this in the load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lower(OSUSER) as UserId&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the UserId aa123456789&amp;nbsp; has come through as checking with a filter pane, along with the AccountantName e.g Joe Bloggs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and yes there are orders linking to Joe Bloggs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence why I am thinking its the $ is now causing the issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done a test of Count( {&amp;lt;UserId={'aa123456789'}&amp;gt;}&amp;nbsp;&amp;nbsp; distinct [Order_Number])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I have records in the kpi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 12:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421165#M33724</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-10-25T12:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421166#M33725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joanna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be dumb, but its because of the single quotes your using on the set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count( {&amp;lt;UserId={&lt;STRONG&gt;"&lt;/STRONG&gt;$(=SubField(lower(UserId), '=', -1))&lt;STRONG&gt;"&lt;/STRONG&gt;}&amp;gt;}&amp;nbsp; distinct [Order_Number])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an e4xpression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Theres a difference between the two now in this release.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Used the following code:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="180883" alt="Sample.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/180883_Sample.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which gives me the following&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="180882" alt="Sample.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/180882_Sample.png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this as reference: &lt;A href="https://community.qlik.com/qlik-blogpost/5335"&gt;Quotes in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 12:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421166#M33725</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-25T12:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421167#M33726</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;yes! the double quotes! worked and&amp;nbsp; and also too many )&amp;nbsp; after the - 1 it should only have two of these and not three&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;amazing team&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 Oct 2017 12:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421167#M33726</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-10-25T12:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421168#M33727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it helped &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 12:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421168#M33727</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-10-25T12:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: OSUser not working on qlik sense / server version June 2017</title>
      <link>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421169#M33728</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;also lowing the case works...with qlik view you had to upper everything as the same with the first releases of qlik sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 12:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/OSUser-not-working-on-qlik-sense-server-version-June-2017/m-p/1421169#M33728</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-10-25T12:59:59Z</dc:date>
    </item>
  </channel>
</rss>

