<?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: Conditional show/hide based on field level security in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693556#M476107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roopak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure you can. I don't know which type of chart you have this in - I have this kind of fields (with sensitive information) in straight-table charts that I use for detail data.&lt;/P&gt;&lt;P&gt;=&amp;gt; In that case, you can, on the "presentation" tab of the properties dialog, enter a visibility_condition for that column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 09:43:27 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2014-06-17T09:43:27Z</dc:date>
    <item>
      <title>Conditional show/hide based on field level security</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693553#M476104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a following situation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a field Salary and say i have three users- user1, user2 and user3. Only user1 has privilege to see the Salary field. When user2 and user3 login they see the below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/60703_pastedImage_0.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I implemented this via the section access using the OMIT field in the script, but now my requirement is to hide this field completely from the user2 and user3 instead of showing it as (unavailable)[Salary]. They shouldn't know a field exists in the application. Can we achieve this in QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roopak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693553#M476104</guid>
      <dc:creator />
      <dc:date>2014-06-17T09:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide based on field level security</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693554#M476105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roopak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use conditional display, but it is not the best secured way to hide data&lt;/P&gt;&lt;P&gt;either with 2 graphs according user, or play with text and background...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:41:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693554#M476105</guid>
      <dc:creator />
      <dc:date>2014-06-17T09:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide based on field level security</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693555#M476106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the QVUser() function to get the name of the current user as entered in section access. You can use that in an if statement for the conditional display function. Something like =if(match(QVUser(), 'user1', 'userY', 'userX'),1,0). But you should also restrict users access to sheet object properties using the Security sheet and document settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:42:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693555#M476106</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-17T09:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide based on field level security</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693556#M476107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roopak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sure you can. I don't know which type of chart you have this in - I have this kind of fields (with sensitive information) in straight-table charts that I use for detail data.&lt;/P&gt;&lt;P&gt;=&amp;gt; In that case, you can, on the "presentation" tab of the properties dialog, enter a visibility_condition for that column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693556#M476107</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-06-17T09:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide based on field level security</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693557#M476108</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;Look at the below post from henric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2014/06/09/methods-for-data-reduction"&gt;http://community.qlik.com/blogs/qlikviewdesignblog/2014/06/09/methods-for-data-reduction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 09:45:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693557#M476108</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-17T09:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide based on field level security</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693558#M476109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for your responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashfaq , i have already that blog, very helpful indeed, but it doesnt answer my question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler , i am not using any chart in this example, just a few list boxes . Attaching the example here. ( use the below user/passwd cominbation : user1/user1, user2/user2, user3/user3 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gysbert, a very useful workaround but what if i have many users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Christian, Conditional display seems to be the only option but is there anyway we can make use of the label like &lt;EM&gt;(unavailable) &lt;/EM&gt;in the condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roopak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693558#M476109</guid>
      <dc:creator />
      <dc:date>2014-06-17T10:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide based on field level security</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693559#M476110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roopak - did you try the omit option in your section access?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693559#M476110</guid>
      <dc:creator />
      <dc:date>2014-06-17T10:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide based on field level security</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693560#M476111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, OMIT will render the field as &lt;EM&gt;unavailable[fieldname] , &lt;/EM&gt;but at the same time visible to the user. What i need is that when the field becomes unavailable, it should be invisible to the users. I am guessing something should be put in the Properties-&amp;gt;Layout-&amp;gt;Show-&amp;gt;Conditional, but stuck as to what condition to put.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 10:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693560#M476111</guid>
      <dc:creator />
      <dc:date>2014-06-17T10:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide based on field level security</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693561#M476112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roopak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to use conditional display you can switch between 2 graphs and 1 variable&lt;/P&gt;&lt;P&gt;LET vShow = 1&lt;/P&gt;&lt;P&gt;Graph 1 condtional display is vShow = 1&amp;nbsp; will display graph 1 with salary&lt;/P&gt;&lt;P&gt;Graph 2 condtional display is vShow = 0&amp;nbsp; will display graph 2 without salary&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set the variable thru trigger on "open the document" according to user profile&amp;nbsp; QVuser() or so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 13:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693561#M476112</guid>
      <dc:creator />
      <dc:date>2014-06-17T13:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional show/hide based on field level security</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693562#M476113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to use show and hide for the Omitted field in the UI. eg: qvuser()='ADMIN'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 13:23:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-show-hide-based-on-field-level-security/m-p/693562#M476113</guid>
      <dc:creator />
      <dc:date>2014-06-17T13:23:44Z</dc:date>
    </item>
  </channel>
</rss>

