<?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: Bar in the chart should not show up unless we have data for all the four bars in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72089#M11892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure why, but I am seeing this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206149_Capture.PNG" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be QlikView version issue like we discussed earlier?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Jun 2018 15:28:35 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-06-25T15:28:35Z</dc:date>
    <item>
      <title>Bar in the chart should not show up unless we have data for all the four bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72084#M11887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the attached qvw for 'Crane mechanic' only third quartile have values, as per my requirement&lt;STRONG&gt; if we have values for all the four quartiles&lt;/STRONG&gt; then the bars should populate else no bar should get populated. &lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nakul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 06:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72084#M11887</guid>
      <dc:creator>nakuldev</dc:creator>
      <dc:date>2018-06-25T06:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bar in the chart should not show up unless we have data for all the four bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72085#M11888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be add this if statement in front of your expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;If(Fractile(Unadjusted_Weekday_Standard_Hourly_Rate, 0.25) = Min(Unadjusted_Weekday_Standard_Hourly_Rate) or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp; Fractile(Unadjusted_Weekday_Standard_Hourly_Rate, 0.50) = Fractile(Unadjusted_Weekday_Standard_Hourly_Rate, 0.25) or&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;nbsp; Fractile(Unadjusted_Weekday_Standard_Hourly_Rate, 0.75) = Fractile(Unadjusted_Weekday_Standard_Hourly_Rate, 0.5) or&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;&amp;nbsp; Max(Unadjusted_Weekday_Standard_Hourly_Rate) = Fractile(Unadjusted_Weekday_Standard_Hourly_Rate, 0.75), Null(),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;avg(Unadjusted_Weekday_Standard_Hourly_Rate)&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 11:16:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72085#M11888</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-25T11:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Bar in the chart should not show up unless we have data for all the four bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72086#M11889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sunny!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above expression is working fine but my bar-offset is starting from different values for some Labor type's. I changes the logic in bar-offset too but still it is same. Can we do something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nakul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 14:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72086#M11889</guid>
      <dc:creator>nakuldev</dc:creator>
      <dc:date>2018-06-25T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bar in the chart should not show up unless we have data for all the four bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72087#M11890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;but my bar-offset is starting from different values for some Labor type's.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;starting from different values? are you able to provide an example of this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 14:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72087#M11890</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-25T14:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Bar in the chart should not show up unless we have data for all the four bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72088#M11891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA below image. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Bar-offset should start at 'min()' but for few Labor type's it is starting from 'min()*2'. In the attached image, the fire/hole watcher's min() is 16 but the bar-offset had started from 32 i.e., (16*2). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Nakul&lt;IMG alt="sample.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206140_sample.PNG" style="height: 225px; width: 620px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 15:19:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72088#M11891</guid>
      <dc:creator>nakuldev</dc:creator>
      <dc:date>2018-06-25T15:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bar in the chart should not show up unless we have data for all the four bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72089#M11892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure why, but I am seeing this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/206149_Capture.PNG" style="height: 255px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be QlikView version issue like we discussed earlier?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jun 2018 15:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72089#M11892</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-25T15:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bar in the chart should not show up unless we have data for all the four bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72090#M11893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny!&lt;/P&gt;&lt;P&gt;It's obviously QV version issue but still we are trying to achieve it in the version which we are using right now. Tried couple of ways but haven't achieved it 100%.&lt;/P&gt;&lt;P&gt;Anyways thank you very much Sunny for your quick response.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Nakul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 07:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72090#M11893</guid>
      <dc:creator>nakuldev</dc:creator>
      <dc:date>2018-06-26T07:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bar in the chart should not show up unless we have data for all the four bars</title>
      <link>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72091#M11894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing in your post made it sound so obvious &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. Anyways, this thread was about something else, do you mind closing this thread and opening a new thread which specifically points out the version you are using and looking for a solution in that version? This will help you get the right set of eyes to see your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 09:06:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bar-in-the-chart-should-not-show-up-unless-we-have-data-for-all/m-p/72091#M11894</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-26T09:06:51Z</dc:date>
    </item>
  </channel>
</rss>

