<?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: Qlikview Or Condition implementaion through set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-Or-Condition-implementaion-through-set-analysis/m-p/278758#M103776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick response . I understood the point and example .But my problem is bit different .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I take your example you have created a table which is showing the data for all three data island when no selection is made .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my Problem is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this Table is already available then If I select any data Island _AvaliID,_ConfidentliID,_IntegrityID&amp;nbsp;&amp;nbsp; value then It should combine the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like If I select 1 from _AvaliID and then 2 from _ConfidentliID and then 1 from _IntegrityID&amp;nbsp;&amp;nbsp;&amp;nbsp; then the result should contain all possible values of&amp;nbsp; records having 1 as _AvaliID&amp;nbsp; or 2 as&amp;nbsp; _ConfidentliID&amp;nbsp; or 1 as _IntegrityID ..&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>Thu, 18 Aug 2011 03:45:57 GMT</pubDate>
    <dc:creator>gyan_srivastava</dc:creator>
    <dc:date>2011-08-18T03:45:57Z</dc:date>
    <item>
      <title>Qlikview Or Condition implementaion through set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Or-Condition-implementaion-through-set-analysis/m-p/278756#M103774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have three status columns for department wise calculation of data column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ConfidentliID (1,2,3,4) ,AvaliID (1,2,3,4) ,IntegrityID (1,2,3,4) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;calculation Columns ---"Complaince data "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now If i seclect any of the ConfidentliID it will filter records and calculate data based on this , further if I select any AvaliID it will filter further records and calculate accordingly and same with integrityID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want if user select&amp;nbsp; any of the ConfidentliID then any of the&amp;nbsp; AvaliID ,then any of the IntegrityID &lt;/P&gt;&lt;P&gt;Records will get added which has ConfidentliID&amp;nbsp; or AvaliID or IntegrityID .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I do that .Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 11:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Or-Condition-implementaion-through-set-analysis/m-p/278756#M103774</guid>
      <dc:creator>gyan_srivastava</dc:creator>
      <dc:date>2011-08-17T11:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Or Condition implementaion through set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Or-Condition-implementaion-through-set-analysis/m-p/278757#M103775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi, i would suggest you create each of the 3 variables you want as stand alone tables (or data islands),&amp;nbsp; then you would need to use set analysis in your tables and charts to restrict the data shown, using the below: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;AvaliID = p({$} _AvaliID) &amp;gt; + &amp;lt;ConfidentliID = p({$} _ConfidentliID) &amp;gt;+&amp;lt;IntegrityID = p({$} _IntegrityID) &amp;gt;} info)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(the data islands have the columns begining _.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached an example (you will see no restriction is made until all fields are selected this is because it is an OR condition / union rather than an AND condition /intersection hence would be unioned with the whole set before a restriction is made on all 3 fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 14:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Or-Condition-implementaion-through-set-analysis/m-p/278757#M103775</guid>
      <dc:creator>sbaldwin</dc:creator>
      <dc:date>2011-08-17T14:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview Or Condition implementaion through set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-Or-Condition-implementaion-through-set-analysis/m-p/278758#M103776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick response . I understood the point and example .But my problem is bit different .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I take your example you have created a table which is showing the data for all three data island when no selection is made .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my Problem is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this Table is already available then If I select any data Island _AvaliID,_ConfidentliID,_IntegrityID&amp;nbsp;&amp;nbsp; value then It should combine the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like If I select 1 from _AvaliID and then 2 from _ConfidentliID and then 1 from _IntegrityID&amp;nbsp;&amp;nbsp;&amp;nbsp; then the result should contain all possible values of&amp;nbsp; records having 1 as _AvaliID&amp;nbsp; or 2 as&amp;nbsp; _ConfidentliID&amp;nbsp; or 1 as _IntegrityID ..&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>Thu, 18 Aug 2011 03:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-Or-Condition-implementaion-through-set-analysis/m-p/278758#M103776</guid>
      <dc:creator>gyan_srivastava</dc:creator>
      <dc:date>2011-08-18T03:45:57Z</dc:date>
    </item>
  </channel>
</rss>

