<?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: Get bar graph to display a value even if there is no entry in raw data? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Get-bar-graph-to-display-a-value-even-if-there-is-no-entry-in/m-p/1927717#M76408</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2751"&gt;@vinieme12&lt;/a&gt;&amp;nbsp;, I've tried but:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NabScope_0-1652063455774.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78900iF4568F350B443FCB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NabScope_0-1652063455774.png" alt="NabScope_0-1652063455774.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;also, it seems that alt doesn't work with aggregation functions (count in my case).&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2022 02:33:38 GMT</pubDate>
    <dc:creator>NabScope</dc:creator>
    <dc:date>2022-05-09T02:33:38Z</dc:date>
    <item>
      <title>Get bar graph to display a value even if there is no entry in raw data?</title>
      <link>https://community.qlik.com/t5/App-Development/Get-bar-graph-to-display-a-value-even-if-there-is-no-entry-in/m-p/1927257#M76354</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have been trying to figure this out for sometime and finally decided it is time I asked the community.&lt;/P&gt;
&lt;P&gt;I have a bar graph that I'm displaying:&lt;/P&gt;
&lt;P&gt;Dimension1: Month&lt;/P&gt;
&lt;P&gt;Dimension2: Type&lt;/P&gt;
&lt;P&gt;Measure: -NORMINV((Count([ReturnedQTY])/Sum([ShippedQTY])), 0, 1)&lt;/P&gt;
&lt;P&gt;Associated Month and Type in data manager.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Results I'm getting:&lt;/P&gt;
&lt;P&gt;Only if "ReturnedQTY" of a "Type" is present for a particular "Month", it will display results as expected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Results I wish to have:&lt;/P&gt;
&lt;P&gt;If "ReturnedQTY" of a "Type" is not present in "Month" /data file, display 6.&lt;/P&gt;
&lt;P&gt;Else just return the above calculation.&lt;/P&gt;
&lt;P&gt;Essentially, each "Month" should display all "Type" A,B,C,D.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried an IF statement but it doesn't work:&lt;/P&gt;
&lt;P&gt;if(([ReturnedQTY]&amp;lt;1), 6, -NORMINV((Count([ReturnedQTY:])/Sum([ShippedQTY])), 0, 1))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any thoughts/ideas?&lt;/P&gt;
&lt;P&gt;Any help very much appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 09:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-bar-graph-to-display-a-value-even-if-there-is-no-entry-in/m-p/1927257#M76354</guid>
      <dc:creator>NabScope</dc:creator>
      <dc:date>2022-05-06T09:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get bar graph to display a value even if there is no entry in raw data?</title>
      <link>https://community.qlik.com/t5/App-Development/Get-bar-graph-to-display-a-value-even-if-there-is-no-entry-in/m-p/1927287#M76356</link>
      <description>&lt;P&gt;try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-NORMINV(alt(Count([ReturnedQTY:])/Sum([ShippedQTY]),6))&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2022 10:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-bar-graph-to-display-a-value-even-if-there-is-no-entry-in/m-p/1927287#M76356</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-05-06T10:56:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get bar graph to display a value even if there is no entry in raw data?</title>
      <link>https://community.qlik.com/t5/App-Development/Get-bar-graph-to-display-a-value-even-if-there-is-no-entry-in/m-p/1927717#M76408</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2751"&gt;@vinieme12&lt;/a&gt;&amp;nbsp;, I've tried but:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NabScope_0-1652063455774.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78900iF4568F350B443FCB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NabScope_0-1652063455774.png" alt="NabScope_0-1652063455774.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;also, it seems that alt doesn't work with aggregation functions (count in my case).&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 02:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Get-bar-graph-to-display-a-value-even-if-there-is-no-entry-in/m-p/1927717#M76408</guid>
      <dc:creator>NabScope</dc:creator>
      <dc:date>2022-05-09T02:33:38Z</dc:date>
    </item>
  </channel>
</rss>

