<?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 Filling missing Year-Month rows on a Table (no script) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filling-missing-Year-Month-rows-on-a-Table-no-script/m-p/2472730#M99811</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I need to fill the rows of a straight table with missed year-months, due of zero values.&lt;/P&gt;
&lt;P&gt;For some reasons I cannot modify the script, so I must find a front end solution.&lt;/P&gt;
&lt;P&gt;Below an example (good case):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Right case" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169873i1B868D79463640F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="QlikSupp_01.PNG" alt="Right case" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Right case&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Below a bad case, to be corrected filling the missing year-month rows with zero:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QlikSupp_02.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169875i6BC5E9F88B8CE35A/image-size/large?v=v2&amp;amp;px=999" role="button" title="QlikSupp_02.PNG" alt="QlikSupp_02.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The 1st column formula:&lt;/P&gt;
&lt;P&gt;"&amp;nbsp;=Dual(Year([acq.ba-dboll])&amp;amp;'-'&amp;amp;Month([acq.ba-dboll]),MonthStart([acq.ba-dboll])) "&lt;/P&gt;
&lt;P&gt;"&amp;nbsp;[acq.ba-dboll] " is the Date field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas? Thanks for helping&lt;/P&gt;
&lt;P&gt;Alex&lt;/P&gt;</description>
    <pubDate>Wed, 24 Jul 2024 15:15:22 GMT</pubDate>
    <dc:creator>Alessandro_TZ9</dc:creator>
    <dc:date>2024-07-24T15:15:22Z</dc:date>
    <item>
      <title>Filling missing Year-Month rows on a Table (no script)</title>
      <link>https://community.qlik.com/t5/App-Development/Filling-missing-Year-Month-rows-on-a-Table-no-script/m-p/2472730#M99811</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I need to fill the rows of a straight table with missed year-months, due of zero values.&lt;/P&gt;
&lt;P&gt;For some reasons I cannot modify the script, so I must find a front end solution.&lt;/P&gt;
&lt;P&gt;Below an example (good case):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Right case" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169873i1B868D79463640F3/image-size/large?v=v2&amp;amp;px=999" role="button" title="QlikSupp_01.PNG" alt="Right case" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Right case&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Below a bad case, to be corrected filling the missing year-month rows with zero:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="QlikSupp_02.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/169875i6BC5E9F88B8CE35A/image-size/large?v=v2&amp;amp;px=999" role="button" title="QlikSupp_02.PNG" alt="QlikSupp_02.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The 1st column formula:&lt;/P&gt;
&lt;P&gt;"&amp;nbsp;=Dual(Year([acq.ba-dboll])&amp;amp;'-'&amp;amp;Month([acq.ba-dboll]),MonthStart([acq.ba-dboll])) "&lt;/P&gt;
&lt;P&gt;"&amp;nbsp;[acq.ba-dboll] " is the Date field.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas? Thanks for helping&lt;/P&gt;
&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jul 2024 15:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filling-missing-Year-Month-rows-on-a-Table-no-script/m-p/2472730#M99811</guid>
      <dc:creator>Alessandro_TZ9</dc:creator>
      <dc:date>2024-07-24T15:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filling missing Year-Month rows on a Table (no script)</title>
      <link>https://community.qlik.com/t5/App-Development/Filling-missing-Year-Month-rows-on-a-Table-no-script/m-p/2473068#M99843</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/203137"&gt;@Alessandro_TZ9&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;see this Alt() to add to the missing value 0:&lt;BR /&gt;&lt;BR /&gt;Measure:&lt;BR /&gt;Alt(YourExpression,0)&lt;BR /&gt;&lt;BR /&gt;- Matheus&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 20:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filling-missing-Year-Month-rows-on-a-Table-no-script/m-p/2473068#M99843</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2024-07-25T20:52:24Z</dc:date>
    </item>
  </channel>
</rss>

