<?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: Checkbox to include/exclude associated values from the calculation? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Checkbox-to-include-exclude-associated-values-from-the/m-p/641255#M234933</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;You can achieve this in several ways.&lt;/P&gt;&lt;P&gt;One of them described here &lt;A href="https://community.qlik.com/docs/DOC-3899"&gt;Hierarchy and Hierarchy Belongs to&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It helps to create hierarchical listbox.&lt;/P&gt;&lt;P&gt;Or you could just add 2 dimensions in your chart ParentCompany and Child Company and make them with conditional visible in QV11. You can check how to create such things in this file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 13:51:48 GMT</pubDate>
    <dc:creator>crusader_</dc:creator>
    <dc:date>2014-06-05T13:51:48Z</dc:date>
    <item>
      <title>Checkbox to include/exclude associated values from the calculation?</title>
      <link>https://community.qlik.com/t5/QlikView/Checkbox-to-include-exclude-associated-values-from-the/m-p/641253#M234931</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 two lists of companies: Parent Company and Children Company, Children Company has both Parents and Children values in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client wants a checkbox saying include hierarchy, meaning that if they uncheck that box they only want to see Sum(Revenue) for the parent and not it's children.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To me it means that whatever is selected in the Parent Company should select the same value in Children company.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example listboxes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parent Company&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #00ff00;"&gt;&lt;STRONG&gt;A&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;B&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Children Company:&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;A1&lt;/P&gt;&lt;P&gt;A2&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;STRONG&gt;B&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;STRONG&gt;C&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;&lt;STRONG&gt;D&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I only want to have A selected from Children Company and disregard its children - A1 and A2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 13:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checkbox-to-include-exclude-associated-values-from-the/m-p/641253#M234931</guid>
      <dc:creator />
      <dc:date>2014-06-05T13:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox to include/exclude associated values from the calculation?</title>
      <link>https://community.qlik.com/t5/QlikView/Checkbox-to-include-exclude-associated-values-from-the/m-p/641254#M234932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Katarzyna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be you can add a flag in your table when children = parent&amp;nbsp; use 1&lt;/P&gt;&lt;P&gt;then use that flag in expression&lt;/P&gt;&lt;P&gt;if(if Flag = 1, sum({&amp;lt;Flag={'1'}&amp;gt;} Revenue), sum(Revenue)&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>Thu, 05 Jun 2014 13:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checkbox-to-include-exclude-associated-values-from-the/m-p/641254#M234932</guid>
      <dc:creator />
      <dc:date>2014-06-05T13:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox to include/exclude associated values from the calculation?</title>
      <link>https://community.qlik.com/t5/QlikView/Checkbox-to-include-exclude-associated-values-from-the/m-p/641255#M234933</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;You can achieve this in several ways.&lt;/P&gt;&lt;P&gt;One of them described here &lt;A href="https://community.qlik.com/docs/DOC-3899"&gt;Hierarchy and Hierarchy Belongs to&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It helps to create hierarchical listbox.&lt;/P&gt;&lt;P&gt;Or you could just add 2 dimensions in your chart ParentCompany and Child Company and make them with conditional visible in QV11. You can check how to create such things in this file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 13:51:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Checkbox-to-include-exclude-associated-values-from-the/m-p/641255#M234933</guid>
      <dc:creator>crusader_</dc:creator>
      <dc:date>2014-06-05T13:51:48Z</dc:date>
    </item>
  </channel>
</rss>

