<?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 How to display the field with 0 values in a table chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-display-the-field-with-0-values-in-a-table-chart/m-p/1657667#M49220</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a field called product, under that total 4 values are present in master table, i have to show the count in a table chart.&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;Product&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Now the child table, which i am using having only two values A and B present, but in table chart it should display all 4 products.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Like below:&lt;/P&gt;&lt;P&gt;A 10&lt;/P&gt;&lt;P&gt;B 12&lt;/P&gt;&lt;P&gt;C 0&lt;/P&gt;&lt;P&gt;D 0&lt;/P&gt;&lt;P&gt;How can I achieve this, please suggest.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2019 16:56:25 GMT</pubDate>
    <dc:creator>abc_18</dc:creator>
    <dc:date>2019-12-13T16:56:25Z</dc:date>
    <item>
      <title>How to display the field with 0 values in a table chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-the-field-with-0-values-in-a-table-chart/m-p/1657667#M49220</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a field called product, under that total 4 values are present in master table, i have to show the count in a table chart.&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;Product&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Now the child table, which i am using having only two values A and B present, but in table chart it should display all 4 products.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Like below:&lt;/P&gt;&lt;P&gt;A 10&lt;/P&gt;&lt;P&gt;B 12&lt;/P&gt;&lt;P&gt;C 0&lt;/P&gt;&lt;P&gt;D 0&lt;/P&gt;&lt;P&gt;How can I achieve this, please suggest.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 16:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-the-field-with-0-values-in-a-table-chart/m-p/1657667#M49220</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2019-12-13T16:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the field with 0 values in a table chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-the-field-with-0-values-in-a-table-chart/m-p/1657669#M49221</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can use&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/November2019/Subsystems/Hub/Content/Sense_Hub/Scripting/MappingFunctions/ApplyMap.htm" target="_blank" rel="noopener"&gt;Applymap()&lt;/A&gt;&amp;nbsp;function&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Mappingtbl&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;mapping load distinct&lt;/P&gt;&lt;P&gt;product, value&lt;/P&gt;&lt;P&gt;from table;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;parenttable&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;load,&lt;/P&gt;&lt;P&gt;product,&lt;/P&gt;&lt;P&gt;Applymap('Mappingtbl',product,0) as Value&lt;/P&gt;&lt;P&gt;from parent_table;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 17:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-the-field-with-0-values-in-a-table-chart/m-p/1657669#M49221</guid>
      <dc:creator>Prashant_Naik</dc:creator>
      <dc:date>2019-12-13T17:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the field with 0 values in a table chart</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-display-the-field-with-0-values-in-a-table-chart/m-p/1657682#M49222</link>
      <description>&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have to achieve this directly in table chart, can't use applymap functionality.&lt;/P&gt;&lt;P&gt;And value is nothing but a mesaure expression created in chart.&lt;/P&gt;&lt;P&gt;Any other way around?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 18:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-display-the-field-with-0-values-in-a-table-chart/m-p/1657682#M49222</guid>
      <dc:creator>abc_18</dc:creator>
      <dc:date>2019-12-13T18:34:34Z</dc:date>
    </item>
  </channel>
</rss>

