<?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 How to make QS bar chart same like QV bar chart ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-make-QS-bar-chart-same-like-QV-bar-chart/m-p/1349968#M30033</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;I have 1 chart from QS another from QV , both have similar expression and dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know how to make QS remove those bar which is from May 2017 - Dec 2017 ? Since QV does not display them , not sure why QS display those bar which is not necessary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV STOCK.png" class="jive-image image-1" src="/legacyfs/online/164999_QV STOCK.png" style="height: 402px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Above chart is from QV which is okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below chart from QS is not okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QS STOCK.png" class="jive-image image-2" src="/legacyfs/online/165000_QS STOCK.png" style="height: 267px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 May 2017 05:57:14 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2017-05-28T05:57:14Z</dc:date>
    <item>
      <title>How to make QS bar chart same like QV bar chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-QS-bar-chart-same-like-QV-bar-chart/m-p/1349968#M30033</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;I have 1 chart from QS another from QV , both have similar expression and dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May i know how to make QS remove those bar which is from May 2017 - Dec 2017 ? Since QV does not display them , not sure why QS display those bar which is not necessary. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV STOCK.png" class="jive-image image-1" src="/legacyfs/online/164999_QV STOCK.png" style="height: 402px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Above chart is from QV which is okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below chart from QS is not okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QS STOCK.png" class="jive-image image-2" src="/legacyfs/online/165000_QS STOCK.png" style="height: 267px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 May 2017 05:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-QS-bar-chart-same-like-QV-bar-chart/m-p/1349968#M30033</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-05-28T05:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to make QS bar chart same like QV bar chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-QS-bar-chart-same-like-QV-bar-chart/m-p/1349969#M30034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use an if statement in your expression - if(YEARMONTH&amp;lt;DATE, Null(), YEARMONTH) - then make sure show nulls is not ticked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 May 2017 19:54:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-QS-bar-chart-same-like-QV-bar-chart/m-p/1349969#M30034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-28T19:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to make QS bar chart same like QV bar chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-QS-bar-chart-same-like-QV-bar-chart/m-p/1349970#M30035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bella&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have try , but it still the same. In Qlik View it does not have any issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reasons is i have sales target date for 2017 from jan till Dec , and they QS think that date are there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also my expression are quite complicated :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;money(&lt;/P&gt;&lt;P&gt;(RangeSum(Above(RangeSum&lt;/P&gt;&lt;P&gt;(Above(&lt;/P&gt;&lt;P&gt;Sum&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;lt;&lt;/P&gt;&lt;P&gt;year, month,sTOCK={sTOCK}&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;[Amount])/Rate, 0, RowNo()))),&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Sum( &lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;lt;&lt;/P&gt;&lt;P&gt;sTOCK={sTOCK}&amp;gt;&lt;/P&gt;&lt;P&gt;} &lt;/P&gt;&lt;P&gt;TOTAL Aggr(Sum(&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;lt;&lt;/P&gt;&lt;P&gt;year, month, sTOCK={sTOCK}&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;[Amount])/Rate, YearMonth&lt;/P&gt;&lt;P&gt;))))&lt;/P&gt;&lt;P&gt;, $(vMoneyFormatK))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 May 2017 22:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-QS-bar-chart-same-like-QV-bar-chart/m-p/1349970#M30035</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-05-28T22:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to make QS bar chart same like QV bar chart ?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-make-QS-bar-chart-same-like-QV-bar-chart/m-p/1349971#M30036</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;look like QV work fine because it have some hidden feature which QS does not have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 May 2017 22:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-make-QS-bar-chart-same-like-QV-bar-chart/m-p/1349971#M30036</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2017-05-29T22:44:55Z</dc:date>
    </item>
  </channel>
</rss>

