<?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: Data reduction/omit combination? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-reduction-omit-combination/m-p/744524#M668388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume in your DB where SensitiveNotes are, the employees Department is also present. This means, when you set a trigger on opening a document, you can achieve what you want. Yust create a table that is connected to the others, where you store Department, EmployeeID (or the key you use to identify users) and SensitiveNotes. Put a trigger on opening document with EmployeeId. With the associated table they will see information regarding their department.&lt;/P&gt;&lt;P&gt;Hope it helped!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2014 11:37:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-12-16T11:37:00Z</dc:date>
    <item>
      <title>Data reduction/omit combination?</title>
      <link>https://community.qlik.com/t5/QlikView/Data-reduction-omit-combination/m-p/744523#M668387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table of data, with one sensitive column ,where some users must not see those values where their department does not match, but i do NOT want the entire row hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;Employee A works in Finance&lt;/P&gt;&lt;P&gt;Employee B works in HR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table consist of 4 columns.&lt;/P&gt;&lt;P&gt;ClientName, EmailAddress, Department, SensitiveNotes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Department is either HR or Finance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I need both employees to ALWAYS to be able to see the data in the first 3 columns. BUT i only want them to be able to see SensitiveNotes where their departments match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems the OMIT function removes the entire column from view, which is not what I want.&lt;/P&gt;&lt;P&gt;Using a Reduction field removes the entire row from view, which again is not what I want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i sort of need a combination of these two functions.&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>Tue, 16 Dec 2014 11:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-reduction-omit-combination/m-p/744523#M668387</guid>
      <dc:creator />
      <dc:date>2014-12-16T11:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction/omit combination?</title>
      <link>https://community.qlik.com/t5/QlikView/Data-reduction-omit-combination/m-p/744524#M668388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume in your DB where SensitiveNotes are, the employees Department is also present. This means, when you set a trigger on opening a document, you can achieve what you want. Yust create a table that is connected to the others, where you store Department, EmployeeID (or the key you use to identify users) and SensitiveNotes. Put a trigger on opening document with EmployeeId. With the associated table they will see information regarding their department.&lt;/P&gt;&lt;P&gt;Hope it helped!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 11:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-reduction-omit-combination/m-p/744524#M668388</guid>
      <dc:creator />
      <dc:date>2014-12-16T11:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction/omit combination?</title>
      <link>https://community.qlik.com/t5/QlikView/Data-reduction-omit-combination/m-p/744525#M668389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the employees department is also present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly do you mean by '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Put a trigger on opening document'? &lt;/SPAN&gt;I can't see any trigger actions which hide values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 11:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-reduction-omit-combination/m-p/744525#M668389</guid>
      <dc:creator />
      <dc:date>2014-12-16T11:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data reduction/omit combination?</title>
      <link>https://community.qlik.com/t5/QlikView/Data-reduction-omit-combination/m-p/744526#M668390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I have a similar requirement now, I will share what I have done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first, I thought I would create separate fields for SensitiveNotes in the load script,&lt;/P&gt;&lt;P&gt;such as HR_SensitiveNotes and Finance_SensitiveNotes.&lt;/P&gt;&lt;P&gt;Then use OMIT against these two fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the solution below from Tobias Klett looks smarter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/715390"&gt;Section Access: Combining Field Reduction and OMIT&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Shinya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 08:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-reduction-omit-combination/m-p/744526#M668390</guid>
      <dc:creator>cts_shin</dc:creator>
      <dc:date>2017-09-07T08:45:59Z</dc:date>
    </item>
  </channel>
</rss>

