<?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: Row level data reduction as well as hide the entire column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959326#M649677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could not understand for which user you want the data to be reduced. You can add omit in the final step like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security_final: &lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;NTNAME , &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'MARGIN'&amp;nbsp; as OMIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;// concatenate Country and Unit to form the Securitykey , &lt;/P&gt;&lt;P&gt;COUNTRY &amp;amp; '-' &amp;amp; UNIT as SECURITYKEY Resident UNIT joint this key to fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a logic to find out to which user you need to omit this field you will have to implement it similar the left joins you have used for country and unit levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 12:24:44 GMT</pubDate>
    <dc:creator>sundarakumar</dc:creator>
    <dc:date>2015-08-20T12:24:44Z</dc:date>
    <item>
      <title>Row level data reduction as well as hide the entire column</title>
      <link>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959323#M649674</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;&lt;/P&gt;&lt;P&gt;We are in some situation need your help here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement is to hide row level data based on the unit and country, I'm able to do that&lt;/P&gt;&lt;P&gt;How it is being done is------&amp;gt; Creating a security key using Unit &amp;amp; Country col and joining that with my fact table...giving one example here please open the attached XLS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If user Tom has access to Unit one and country A Tom will see only that row(Sale rev Margin)(1,0,0.1)&lt;/P&gt;&lt;P&gt;likewise if Micky has access to unit 1 and country B than Micky will see only that row(2,9,0.2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is being done as we have data at country level and Unit level in our fact&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are two kinds of users in our security QVD (SR(Sale Rev) and SRM(Slae Rev Margin)) now i have to hide the whole Margin columns from 3rd user &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g Usr Jhon has access to Unit 1 Country C than Jhon should see only Sale and Rev not the Margin, now the problem is is user has access to entire row how can i hide the Margin column?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also attaching my Security QVD in xls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 02:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959323#M649674</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-08-20T02:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Row level data reduction as well as hide the entire column</title>
      <link>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959324#M649675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.analyticsvidhya.com/blog/2014/12/qlikview-section-access-document-authorization/" title="http://www.analyticsvidhya.com/blog/2014/12/qlikview-section-access-document-authorization/"&gt;http://www.analyticsvidhya.com/blog/2014/12/qlikview-section-access-document-authorization/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will helpful!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 02:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959324#M649675</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-20T02:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Row level data reduction as well as hide the entire column</title>
      <link>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959325#M649676</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;My problem is I do not provide user to put user ID and password, they login to the application using their NT Names.&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;ACCESS, NTNAME]&lt;/P&gt;&lt;P&gt;Here how can I OMIT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How i'm reducing the Row level data is like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unit: &lt;/P&gt;&lt;P&gt;load upper(NTNAME) as NTNAME , &lt;/P&gt;&lt;P&gt;COUNTRY as COUNTRY_NAME&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Resident COUNTRY_FINAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;left join (UNIT) &lt;/P&gt;&lt;P&gt;load&amp;nbsp; upper(NTNAME) as NTNAME , &lt;/P&gt;&lt;P&gt;UNIT as UNIT&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Resident UNIT;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security_final: &lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;NTNAME , &lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;// concatenate Country and Unit to form the Securitykey , &lt;/P&gt;&lt;P&gt;COUNTRY &amp;amp; '-' &amp;amp; UNIT as SECURITYKEY Resident UNIT joint this key to fact table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 02:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959325#M649676</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-08-20T02:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Row level data reduction as well as hide the entire column</title>
      <link>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959326#M649677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I could not understand for which user you want the data to be reduced. You can add omit in the final step like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Security_final: &lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;NTNAME , &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'MARGIN'&amp;nbsp; as OMIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;// concatenate Country and Unit to form the Securitykey , &lt;/P&gt;&lt;P&gt;COUNTRY &amp;amp; '-' &amp;amp; UNIT as SECURITYKEY Resident UNIT joint this key to fact table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a logic to find out to which user you need to omit this field you will have to implement it similar the left joins you have used for country and unit levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sundar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 12:24:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959326#M649677</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2015-08-20T12:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: Row level data reduction as well as hide the entire column</title>
      <link>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959327#M649678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sundar, I got the solution, its like the way you are telling.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 12:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959327#M649678</guid>
      <dc:creator>mishraamit2485</dc:creator>
      <dc:date>2015-08-20T12:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Row level data reduction as well as hide the entire column</title>
      <link>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959328#M649679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 12:31:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-level-data-reduction-as-well-as-hide-the-entire-column/m-p/959328#M649679</guid>
      <dc:creator>sundarakumar</dc:creator>
      <dc:date>2015-08-20T12:31:34Z</dc:date>
    </item>
  </channel>
</rss>

