<?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 show 0 on chart qlik sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/show-0-on-chart-qlik-sense/m-p/1388618#M31913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using a weeks as a dimension&amp;nbsp; weekend(OrderDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trend line chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MissedOrder column in the load is 1 or null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have in the set analysis measure as follows count( distinct {$&amp;lt;MissedOrder = {'1'}&amp;gt;} OrderID) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this shows how missed orders have been processed every week...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however i want to show the sometimes weeks that have no missed orders as 0 on the trend line&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i do this please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Aug 2017 16:29:50 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2017-08-26T16:29:50Z</dc:date>
    <item>
      <title>show 0 on chart qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/show-0-on-chart-qlik-sense/m-p/1388618#M31913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using a weeks as a dimension&amp;nbsp; weekend(OrderDate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trend line chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MissedOrder column in the load is 1 or null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have in the set analysis measure as follows count( distinct {$&amp;lt;MissedOrder = {'1'}&amp;gt;} OrderID) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this shows how missed orders have been processed every week...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however i want to show the sometimes weeks that have no missed orders as 0 on the trend line&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do i do this please&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Aug 2017 16:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/show-0-on-chart-qlik-sense/m-p/1388618#M31913</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-08-26T16:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: show 0 on chart qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/show-0-on-chart-qlik-sense/m-p/1388619#M31914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if this helps&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count(DISTINCT {$&amp;lt;MissedOrder = {'1'}&amp;gt;} OrderID) + Avg({1} 0)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Aug 2017 23:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/show-0-on-chart-qlik-sense/m-p/1388619#M31914</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-26T23:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: show 0 on chart qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/show-0-on-chart-qlik-sense/m-p/1388620#M31915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did not work sorry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry also the MissedOrder column in the load is 1 or 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 09:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/show-0-on-chart-qlik-sense/m-p/1388620#M31915</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-08-29T09:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: show 0 on chart qlik sense</title>
      <link>https://community.qlik.com/t5/App-Development/show-0-on-chart-qlik-sense/m-p/1388621#M31916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;got it working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if (count(distinct{&amp;lt;MissedOrder = {"1"}&amp;gt;}[OrderID])&amp;nbsp; =0 , '0', count(distinct{&amp;lt;MissedOrder = {"1"}&amp;gt;}[OrderID])) +&lt;/P&gt;&lt;P&gt;if (count(distinct{&amp;lt;MissedOrder = {"0"}&amp;gt;}[OrderID])&amp;nbsp; &amp;gt;=1 , '0', count(distinct{&amp;lt;MissedOrder = {"1"}&amp;gt;}[OrderID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 13:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/show-0-on-chart-qlik-sense/m-p/1388621#M31916</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-08-30T13:18:35Z</dc:date>
    </item>
  </channel>
</rss>

