<?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 Limit user from seeing his Colleagues' data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-user-from-seeing-his-Colleagues-data/m-p/333251#M122829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First I'd check how osuser() displays, then I'd map user names to the Account Handler names in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Username, AccountHandler&lt;/P&gt;&lt;P&gt;sys\c.j,Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, on your chart I'd set up your dimension to say if(osuser()=Username,AccountHandler,'Other AM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will however group all your account handlers into one row...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2012 10:52:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-01T10:52:42Z</dc:date>
    <item>
      <title>Limit user from seeing his Colleagues' data</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-user-from-seeing-his-Colleagues-data/m-p/333250#M122828</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 a table named Account Manager (lets call it AM). I need that the administrators can see all of AM names in this dimension, but on the other hand, an account manger is allowed to see only his name, and all the others account managers will get the name "Other AM' (so we conceal the &lt;STRONG&gt;names &lt;/STRONG&gt;of the other account managers, but not the data itself).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Guy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 10:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-user-from-seeing-his-Colleagues-data/m-p/333250#M122828</guid>
      <dc:creator />
      <dc:date>2012-06-01T10:43:22Z</dc:date>
    </item>
    <item>
      <title>Limit user from seeing his Colleagues' data</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-user-from-seeing-his-Colleagues-data/m-p/333251#M122829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First I'd check how osuser() displays, then I'd map user names to the Account Handler names in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Username, AccountHandler&lt;/P&gt;&lt;P&gt;sys\c.j,Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, on your chart I'd set up your dimension to say if(osuser()=Username,AccountHandler,'Other AM')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will however group all your account handlers into one row...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 10:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-user-from-seeing-his-Colleagues-data/m-p/333251#M122829</guid>
      <dc:creator />
      <dc:date>2012-06-01T10:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Limit user from seeing his Colleagues' data</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-user-from-seeing-his-Colleagues-data/m-p/333252#M122830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What i am trying to achieve is a way that when a user log into the QlikView Document, the Account Manger dimension will be actually changed this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; text-decoration: underline;"&gt;From:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 100%; border: 1px solid #000000;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Account Manager ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Account Manager Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Guy Dav&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;Yuri Gal&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;Galfend Ami&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Annand Tiber&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;To:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" style="width: 915px;"&gt;&lt;TBODY&gt;&lt;TR style="border: inherit;"&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Account Manager ID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Account Manager Name&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR style="border: inherit;"&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;Guy Dav&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit;"&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #ff0000;"&gt;Other AM&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit;"&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #ff0000;"&gt;Other AM&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: inherit;"&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #ff0000;"&gt;Other AM&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is importent since i need to use the dimension in a SET ANLYSIS expression, and i beleive that a solution as described above will be suitable for this porpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 12:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-user-from-seeing-his-Colleagues-data/m-p/333252#M122830</guid>
      <dc:creator />
      <dc:date>2012-06-01T12:47:05Z</dc:date>
    </item>
  </channel>
</rss>

