<?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: Confidentiality issue with the data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100332#M365148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Count of distinct customers in above advanced search is evaluated per state, hence B passes and A is not taken as part of the resulting set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2016 19:05:56 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-07-19T19:05:56Z</dc:date>
    <item>
      <title>Confidentiality issue with the data</title>
      <link>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100327#M365143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below mentioned requirement:&lt;/P&gt;&lt;P&gt;I have state ,customer shops,time as dimensions.Sales and Market share are the metrics.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the state is associated with 1 customer shop we cant show market share data.Suppose there are 4 state for ex states A,B,C,D .User Selected 4 states but the 1 state for ex A is associated with only 1 customer so the resultant data should not add the market share value for state A as it breaks confidentiality rule of 1 customer only.Is there any way user can select only that state which passes confidentiality rule:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know in case of any other information required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 17:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100327#M365143</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2016-07-19T17:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Confidentiality issue with the data</title>
      <link>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100328#M365144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a filter in your aggregations using set analysis like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(&lt;STRONG&gt;{&amp;lt;State = {"=Count(DISTINCT Customer)&amp;gt;1"}&amp;gt;}&lt;/STRONG&gt; Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 18:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100328#M365144</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-07-19T18:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Confidentiality issue with the data</title>
      <link>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100329#M365145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can we restrict to select that state(From list box and straight table) if that fails the confidentiality?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 18:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100329#M365145</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2016-07-19T18:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Confidentiality issue with the data</title>
      <link>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100330#M365146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use the set analysis in all aggregations, the state should not appear in your dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a list box, you can restrict the State names like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(Only( &lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;{&amp;lt;State = {"=Count(DISTINCT Customer)&amp;gt;1"}&amp;gt;} &lt;/STRONG&gt;State),State)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also filter your states in your script or use a flag field to filter your records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 18:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100330#M365146</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-07-19T18:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: Confidentiality issue with the data</title>
      <link>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100331#M365147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will test this and let you know in case of any issue.I can not remove the record as I can show other Metrics like sales amount.The confidentiality rule is applicable only for 1 metrics that is Market share.So restrictions will also wont allow to get data for other metrics?&lt;/P&gt;&lt;P&gt;Is there any way they cannot select that state which fails confidentiality rule.For example state B passes the rule But state A wont.So if user select both the states together the rules passes as no of customers are more than 1 .So in this case I dont want user able to select state A and by default selection stays for only state B though they select 2 states.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 18:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100331#M365147</guid>
      <dc:creator>mayankraoka</dc:creator>
      <dc:date>2016-07-19T18:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: Confidentiality issue with the data</title>
      <link>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100332#M365148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Count of distinct customers in above advanced search is evaluated per state, hence B passes and A is not taken as part of the resulting set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 19:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Confidentiality-issue-with-the-data/m-p/1100332#M365148</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-07-19T19:05:56Z</dc:date>
    </item>
  </channel>
</rss>

