<?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 counting on table chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/conditional-counting-on-table-chart/m-p/1885693#M72954</link>
    <description>&lt;P&gt;maybe you could load this data as a hierarchy so your expressions become less complex than they would be given your current data model:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/Hierarchy.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/Hierarchy.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Jan 2022 17:47:48 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2022-01-26T17:47:48Z</dc:date>
    <item>
      <title>conditional counting on table chart</title>
      <link>https://community.qlik.com/t5/App-Development/conditional-counting-on-table-chart/m-p/1885676#M72950</link>
      <description>&lt;P&gt;I have tabular data like:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Name&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;ID &lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;ChildOf&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;A&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;1&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;B&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;2&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;C&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;3&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;D&lt;/TD&gt;
&lt;TD height="25px"&gt;4&lt;/TD&gt;
&lt;TD height="25px"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;E&lt;/TD&gt;
&lt;TD height="25px"&gt;5&lt;/TD&gt;
&lt;TD height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;F&lt;/TD&gt;
&lt;TD height="25px"&gt;6&lt;/TD&gt;
&lt;TD height="25px"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and I would like to present it as table chart as follow:&lt;/P&gt;
&lt;TABLE border="1" width="44.444852831881605%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;Name&lt;/TD&gt;
&lt;TD width="25%"&gt;Count&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;A&lt;/TD&gt;
&lt;TD width="25%"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="25%"&gt;C&lt;/TD&gt;
&lt;TD width="25%"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's the correct set modifier or method to achieve this?&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 17:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/conditional-counting-on-table-chart/m-p/1885676#M72950</guid>
      <dc:creator>yjin</dc:creator>
      <dc:date>2022-01-26T17:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: conditional counting on table chart</title>
      <link>https://community.qlik.com/t5/App-Development/conditional-counting-on-table-chart/m-p/1885693#M72954</link>
      <description>&lt;P&gt;maybe you could load this data as a hierarchy so your expressions become less complex than they would be given your current data model:&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/Hierarchy.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2021/Subsystems/Hub/Content/Sense_Hub/Scripting/ScriptPrefixes/Hierarchy.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jan 2022 17:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/conditional-counting-on-table-chart/m-p/1885693#M72954</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-01-26T17:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: conditional counting on table chart</title>
      <link>https://community.qlik.com/t5/App-Development/conditional-counting-on-table-chart/m-p/1885724#M72960</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp;, that's (using load scripts) certainly a possibility, but I am trying to see if I can do this using just chart functions alone.&amp;nbsp; Also note this isn't really a hierarchy - at least, I don't want to present it and get answer this way.&amp;nbsp; I am trying to see :&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;if I can use another field value as filtering condition for a count.&amp;nbsp; E.g., something like : count({1&amp;lt;ChildOf={ID}&amp;gt;}ID)&lt;/LI&gt;
&lt;LI&gt;filter out / hide rows with count = 0 (or other conditions) in table chart (and without introducing additional column in table chart)&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 26 Jan 2022 20:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/conditional-counting-on-table-chart/m-p/1885724#M72960</guid>
      <dc:creator>yjin</dc:creator>
      <dc:date>2022-01-26T20:28:04Z</dc:date>
    </item>
  </channel>
</rss>

