<?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: Create a Flag to reduce Field 'OSUser' to only show a specific set of users in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412694#M153637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David&lt;/P&gt;&lt;P&gt;There are many users, so it would be easier to create a flag I think. I don't need to make it accessible to all users, just the one user. I want to know how to create a flag as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2013 07:32:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-02-07T07:32:54Z</dc:date>
    <item>
      <title>Create a Flag to reduce Field 'OSUser' to only show a specific set of users</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412692#M153635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a model that shows which clients are viewing QVW's online. &lt;/P&gt;&lt;P&gt;The clients are loaded into the script using a Load Inline Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a Flag in the script&amp;nbsp; that reduces those users to a specific client, Shebo. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a sample script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Groupings:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; QVS OSUser, UserType&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSTOM\SheboA, Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSTOM\SheboB, Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSTOM\SheboC, Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSTOM\SheboD, Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSTOM\SheboE, Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSTOM\ProlineA, Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSTOM\ProlineB, Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSTOM\ProlineC, Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSTOM\YealinkA, Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSTOM\YealinkB, Customer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUSTOM\YealinkC, Customer&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 07:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412692#M153635</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-07T07:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Flag to reduce Field 'OSUser' to only show a specific set of users</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412693#M153636</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;have u tried using section access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Access;&lt;/P&gt;&lt;P&gt;Access:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ACCESS, USERID, ACCESS_LEVEL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADMIN, ADMIN, -1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER1, -1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER2, -1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER3, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER4, 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USER, USER5, -1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section Application;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD ACCESS_LEVEL&lt;/P&gt;&lt;P&gt;Resident Access; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope helps,&lt;/P&gt;&lt;P&gt;David Sugito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 07:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412693#M153636</guid>
      <dc:creator />
      <dc:date>2013-02-07T07:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Flag to reduce Field 'OSUser' to only show a specific set of users</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412694#M153637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks David&lt;/P&gt;&lt;P&gt;There are many users, so it would be easier to create a flag I think. I don't need to make it accessible to all users, just the one user. I want to know how to create a flag as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 07:32:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412694#M153637</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-07T07:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Flag to reduce Field 'OSUser' to only show a specific set of users</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412695#M153638</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;FYI, the ACCESS_LEVEL on my script (above) is a flag..&lt;/P&gt;&lt;P&gt;Am I missing something? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David Sugito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 07:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412695#M153638</guid>
      <dc:creator />
      <dc:date>2013-02-07T07:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Flag to reduce Field 'OSUser' to only show a specific set of users</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412696#M153639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see where you are coming from with the Section Access, but I don't want to approach the flag from that way I don't think. &lt;/P&gt;&lt;P&gt;Maybe if I changed Specific User to Specific Product it will make more sense what I'm looking for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 09:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412696#M153639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-07T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create a Flag to reduce Field 'OSUser' to only show a specific set of users</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412697#M153640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use the same solution you were given in your other, smiliar, post?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/thread/72094?tstart=0" title="http://community.qlik.com/thread/72094?tstart=0"&gt;http://community.qlik.com/thread/72094?tstart=0&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 11:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-Flag-to-reduce-Field-OSUser-to-only-show-a-specific-set/m-p/412697#M153640</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2013-02-07T11:56:25Z</dc:date>
    </item>
  </channel>
</rss>

