<?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: How to exclude the month that does not have data in bar chart? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-exclude-the-month-that-does-not-have-data-in-bar-chart/m-p/1781102#M60779</link>
    <description>&lt;P&gt;hi, sorry I cannot share the data as I am using many calculated measures. I shall try to explain as below:&lt;/P&gt;&lt;P&gt;I am concatenating data from multiple tables into a model table with few fields and keys.&lt;/P&gt;&lt;P&gt;later I will use only the model&amp;nbsp; and a master excel with ID's joining with model for my UI.&lt;/P&gt;&lt;P&gt;so here there is a bar chart which shows me data for 2020 all months.&amp;nbsp;&lt;/P&gt;&lt;P&gt;issue:&lt;/P&gt;&lt;P&gt;1)I want the bars to be shows &lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;only for the months&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;' that have data &amp;gt;0 . (I want to do a avg in another chart using only the months that has data and exclude the zero months)&lt;/P&gt;&lt;P&gt;2)if data is present but does not satisfy the where clause in script, the bar should show up but can show NA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;can this be possible in script level wile loading&amp;nbsp; ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;my month field can be restricted?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Feb 2021 08:01:52 GMT</pubDate>
    <dc:creator>hosasahana</dc:creator>
    <dc:date>2021-02-09T08:01:52Z</dc:date>
    <item>
      <title>How to exclude the month that does not have data in bar chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-exclude-the-month-that-does-not-have-data-in-bar-chart/m-p/1778857#M60531</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have a bar chart with month as a dimension and a measure for its calculation. I want to achieve 2 things.&lt;/P&gt;&lt;P&gt;1)how can I exclude the months that do not contain any data? meaning that month's bar should not be seen.&lt;/P&gt;&lt;P&gt;2) for months that has data but does not satisfy the condition should show an "NA" in the chart .&lt;/P&gt;&lt;P&gt;Can this be achieved in script level?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sahana&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hosasahana_0-1612174081328.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48074i3E5DA2D1BB0CF4FB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hosasahana_0-1612174081328.png" alt="hosasahana_0-1612174081328.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 10:12:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-exclude-the-month-that-does-not-have-data-in-bar-chart/m-p/1778857#M60531</guid>
      <dc:creator>hosasahana</dc:creator>
      <dc:date>2021-02-01T10:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the month that does not have data in bar chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-exclude-the-month-that-does-not-have-data-in-bar-chart/m-p/1778866#M60532</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/78229"&gt;@hosasahana&lt;/a&gt;&amp;nbsp; if I understood correctly you need to uncheck :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Taoufiq_Zarra_0-1612175277908.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48077i3E6F685AACFC4C97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Taoufiq_Zarra_0-1612175277908.png" alt="Taoufiq_Zarra_0-1612175277908.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 10:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-exclude-the-month-that-does-not-have-data-in-bar-chart/m-p/1778866#M60532</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2021-02-01T10:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the month that does not have data in bar chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-exclude-the-month-that-does-not-have-data-in-bar-chart/m-p/1778915#M60537</link>
      <description>&lt;P&gt;Hi Taoufiq,&lt;/P&gt;&lt;P&gt;Thanks for responding..&lt;/P&gt;&lt;P&gt;This solution will help me to resolve for zero values, will this also help for my 2nd query?&lt;SPAN&gt;2) for months that has data but does not satisfy the condition should show an "NA" in the chart .how can I achieve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sahana&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 13:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-exclude-the-month-that-does-not-have-data-in-bar-chart/m-p/1778915#M60537</guid>
      <dc:creator>hosasahana</dc:creator>
      <dc:date>2021-02-01T13:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the month that does not have data in bar chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-exclude-the-month-that-does-not-have-data-in-bar-chart/m-p/1778917#M60538</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/78229"&gt;@hosasahana&lt;/a&gt;&amp;nbsp; For 2 No&lt;/P&gt;&lt;P&gt;can you give more detail about condition and a sample data and the expected output ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 13:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-exclude-the-month-that-does-not-have-data-in-bar-chart/m-p/1778917#M60538</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2021-02-01T13:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the month that does not have data in bar chart?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-exclude-the-month-that-does-not-have-data-in-bar-chart/m-p/1781102#M60779</link>
      <description>&lt;P&gt;hi, sorry I cannot share the data as I am using many calculated measures. I shall try to explain as below:&lt;/P&gt;&lt;P&gt;I am concatenating data from multiple tables into a model table with few fields and keys.&lt;/P&gt;&lt;P&gt;later I will use only the model&amp;nbsp; and a master excel with ID's joining with model for my UI.&lt;/P&gt;&lt;P&gt;so here there is a bar chart which shows me data for 2020 all months.&amp;nbsp;&lt;/P&gt;&lt;P&gt;issue:&lt;/P&gt;&lt;P&gt;1)I want the bars to be shows &lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;only for the months&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;' that have data &amp;gt;0 . (I want to do a avg in another chart using only the months that has data and exclude the zero months)&lt;/P&gt;&lt;P&gt;2)if data is present but does not satisfy the where clause in script, the bar should show up but can show NA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;can this be possible in script level wile loading&amp;nbsp; ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;my month field can be restricted?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 08:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-exclude-the-month-that-does-not-have-data-in-bar-chart/m-p/1781102#M60779</guid>
      <dc:creator>hosasahana</dc:creator>
      <dc:date>2021-02-09T08:01:52Z</dc:date>
    </item>
  </channel>
</rss>

