<?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: exception scenario in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exception-scenario/m-p/939046#M324019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NOT (alt(flag,1) AND alt(flag_mainmap_to_map,1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The alt() function is only used to provide flag values for each line, NULL / MISSING will be replaced with 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both flags are used as operands in AND logic, when both flags are 1, result is TRUE.&lt;/P&gt;&lt;P&gt;NOT will negate the result, if both flags are 1, result is TRUE, negated it's FALSE (zero as number).&lt;/P&gt;&lt;P&gt;If one or both flags are zero, the AND will return FALSE, negated to TRUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The straight table with option in presentation tab 'suppress zero values' enabled will only show lines where the expression evaluates to TRUE (not zero).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create expressions for every part of above expression to see what each part returns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 22:05:10 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2015-11-04T22:05:10Z</dc:date>
    <item>
      <title>exception scenario</title>
      <link>https://community.qlik.com/t5/QlikView/exception-scenario/m-p/939043#M324016</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;I have attached below file. I want to see all the unconnected data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been able to put logic at script end which says that 0 means unconnected but 1 means connected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But since its a 2 level check in data model &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fab --&amp;gt; maping --&amp;gt; main_mapping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to display union of unconnected records from fab to maping and maping to main_maping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;basically if flag = 0 then it is unconnected or if flag_main_maping = 0 then unconnected. When I put a list box and select them individually it comes properly. But I want to see them all 3 unconnected record together.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I want to see below result at one go :&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 373px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="46"&gt;field1&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="43"&gt;field11&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="43"&gt;field22&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="43"&gt;field32&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="36"&gt;fieldx&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="26"&gt;flag&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="136"&gt;flag_mainmap_to_map&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;b&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;21&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;e&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;58&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl64" height="17" style="border-top: none;"&gt;d&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;43&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;4HTC&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt; &lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;u&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl64" style="border-top: none; border-left: none;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 20:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exception-scenario/m-p/939043#M324016</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2015-11-04T20:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: exception scenario</title>
      <link>https://community.qlik.com/t5/QlikView/exception-scenario/m-p/939044#M324017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like attached (check the expression in the straight table)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 20:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exception-scenario/m-p/939044#M324017</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-04T20:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: exception scenario</title>
      <link>https://community.qlik.com/t5/QlikView/exception-scenario/m-p/939045#M324018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain the logic?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 21:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exception-scenario/m-p/939045#M324018</guid>
      <dc:creator>rdsuperlike</dc:creator>
      <dc:date>2015-11-04T21:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: exception scenario</title>
      <link>https://community.qlik.com/t5/QlikView/exception-scenario/m-p/939046#M324019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=NOT (alt(flag,1) AND alt(flag_mainmap_to_map,1))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The alt() function is only used to provide flag values for each line, NULL / MISSING will be replaced with 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both flags are used as operands in AND logic, when both flags are 1, result is TRUE.&lt;/P&gt;&lt;P&gt;NOT will negate the result, if both flags are 1, result is TRUE, negated it's FALSE (zero as number).&lt;/P&gt;&lt;P&gt;If one or both flags are zero, the AND will return FALSE, negated to TRUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The straight table with option in presentation tab 'suppress zero values' enabled will only show lines where the expression evaluates to TRUE (not zero).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create expressions for every part of above expression to see what each part returns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 22:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exception-scenario/m-p/939046#M324019</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-04T22:05:10Z</dc:date>
    </item>
  </channel>
</rss>

