<?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: Column level secuirty in Qlik Sense in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Column-level-secuirty-in-Qlik-Sense/m-p/1219554#M7902</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;i don't think you can blank the values &lt;/P&gt;&lt;P&gt;you might succeed with a work around that assigns a flag to the users you want to see blank values&lt;/P&gt;&lt;P&gt;and then referance this flag in your expression&lt;/P&gt;&lt;P&gt;but to maintain your security across the app , you'll need to prevent those user from doing self-service&lt;/P&gt;&lt;P&gt;work&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Nov 2016 06:06:12 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2016-11-24T06:06:12Z</dc:date>
    <item>
      <title>Column level secuirty in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Management-Governance/Column-level-secuirty-in-Qlik-Sense/m-p/1219551#M7899</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;I would like to have a column level security in Qlik Sense something like:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-7327"&gt;Column level access using Section Access&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is great if we can do below in Qlik Sense!&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff00ff;"&gt;A - Can see all the columns&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff00ff;"&gt;B - Can see Sno column&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff00ff;"&gt;C - Can see name column&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 13px; font-family: inherit; color: #3d3d3d;"&gt;&lt;SPAN style="color: #ff00ff;"&gt;D - Can see sno, name and dob columns&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do the same thing in Qlik Sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thx!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 02:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Column-level-secuirty-in-Qlik-Sense/m-p/1219551#M7899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-24T02:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Column level secuirty in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Management-Governance/Column-level-secuirty-in-Qlik-Sense/m-p/1219552#M7900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;the example below will prevent a user from seeing the columns in charts&lt;/P&gt;&lt;P&gt;but if he creates his own visualizations he will be able to see the data&lt;/P&gt;&lt;P&gt;in my experience in qlik sense when we want column security &lt;/P&gt;&lt;P&gt;we use OMIT in the section access which exclude the field completely from the user data&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/Security/manage-security-with-section-access.htm#anchor-2" title="http://help.qlik.com/en-US/sense/3.1/Subsystems/Hub/Content/Scripting/Security/manage-security-with-section-access.htm#anchor-2"&gt;Managing security with section access ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 03:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Column-level-secuirty-in-Qlik-Sense/m-p/1219552#M7900</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2016-11-24T03:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Column level secuirty in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Management-Governance/Column-level-secuirty-in-Qlik-Sense/m-p/1219553#M7901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Liron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx for reply!&lt;/P&gt;&lt;P&gt;If i omit the column let say column A&lt;/P&gt;&lt;P&gt;and one of table contains column A, B,C,&lt;/P&gt;&lt;P&gt;then the table will show an error incomplete visualization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to just blank all value in column A?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Louis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 04:24:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Column-level-secuirty-in-Qlik-Sense/m-p/1219553#M7901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-24T04:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Column level secuirty in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Management-Governance/Column-level-secuirty-in-Qlik-Sense/m-p/1219554#M7902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;i don't think you can blank the values &lt;/P&gt;&lt;P&gt;you might succeed with a work around that assigns a flag to the users you want to see blank values&lt;/P&gt;&lt;P&gt;and then referance this flag in your expression&lt;/P&gt;&lt;P&gt;but to maintain your security across the app , you'll need to prevent those user from doing self-service&lt;/P&gt;&lt;P&gt;work&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2016 06:06:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Column-level-secuirty-in-Qlik-Sense/m-p/1219554#M7902</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2016-11-24T06:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Column level secuirty in Qlik Sense</title>
      <link>https://community.qlik.com/t5/Management-Governance/Column-level-secuirty-in-Qlik-Sense/m-p/1219555#M7903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently discussed this issue on my blog and suggested some workarounds.&amp;nbsp; Hope it helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://adventuresinqlik.com/2018/03/11/the-problem-with-section-access-in-sense-with-workarounds/" title="https://adventuresinqlik.com/2018/03/11/the-problem-with-section-access-in-sense-with-workarounds/"&gt;https://adventuresinqlik.com/2018/03/11/the-problem-with-section-access-in-sense-with-workarounds/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 12:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Column-level-secuirty-in-Qlik-Sense/m-p/1219555#M7903</guid>
      <dc:creator>catalystmichael</dc:creator>
      <dc:date>2018-03-12T12:56:49Z</dc:date>
    </item>
  </channel>
</rss>

