<?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 Chart don't show proper graph in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131797#M9293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this expression work in KPI object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2018 09:36:44 GMT</pubDate>
    <dc:creator>shraddha_g</dc:creator>
    <dc:date>2018-08-29T09:36:44Z</dc:date>
    <item>
      <title>Bar Chart don't show proper graph</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131790#M9286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a bar chart with the value list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ValueList('CY', 'LY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where CY stands for Current Year and LY stands for Last Year. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for values the below formula is used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(ValueList('CY', 'LY')='CY',&lt;/P&gt;&lt;P&gt;SUM(AGGR(if(($(vSalesLYYTD))&amp;gt;0 and ($(vSalesYTD))&amp;gt;0, ($(vSalesYTD)),0),[Unit Key])),&lt;/P&gt;&lt;P&gt;if(ValueList('CY', 'LY')='LY', &lt;/P&gt;&lt;P&gt;SUM(AGGR(if(($(vSalesLYYTD))&amp;gt;0 and ($(vSalesYTD))&amp;gt;0, ($(vSalesLYYTD)),0),[Unit Key]))&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where vSalesLY is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sum({$&amp;lt;[Year] = {"$(=Year(Today())-1)"} &amp;gt;} [Sales])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and vSalesCY is:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum({$&amp;lt;[Year] = {"$(=Year(Today()))"} &amp;gt;} [Sales])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The graph is not showing properly. The first bar shows the rights size and figures but for the second bar it just shows zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I switch the values for CY and LY; again the first bar shows the right values whereas the second bar is zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 08:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131790#M9286</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2018-08-29T08:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart don't show proper graph</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131791#M9287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;try This:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(Wildmatch(ValueList('CY', 'LY'),'CY','LY'),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM(AGGR(if(($(vSalesLYYTD))&amp;gt;0 and ($(vSalesYTD))&amp;gt;0, ($(vSalesYTD)),0),[Unit Key])),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM(AGGR(if(($(vSalesLYYTD))&amp;gt;0 and ($(vSalesYTD))&amp;gt;0, ($(vSalesLYYTD)),0),[Unit Key]))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 08:56:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131791#M9287</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2018-08-29T08:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart don't show proper graph</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131792#M9288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Wildmatch(ValueList('CY', 'LY'),'CY'),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM(AGGR(if(($(vSalesLYYTD))&amp;gt;0 and ($(vSalesYTD))&amp;gt;0, ($(vSalesYTD)),0),[Unit Key])),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(Wildmatch(ValueList('CY', 'LY'),'LY'),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SUM(AGGR(if(($(vSalesLYYTD))&amp;gt;0 and ($(vSalesYTD))&amp;gt;0, ($(vSalesLYYTD)),0),[Unit Key]))&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 08:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131792#M9288</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2018-08-29T08:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart don't show proper graph</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131793#M9289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it brings the same result as before&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 09:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131793#M9289</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2018-08-29T09:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart don't show proper graph</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131794#M9290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it brings the same result as before. Even if I put the same :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;SUM(AGGR(if(($(vSalesLYYTD))&amp;gt;0 and ($(vSalesYTD))&amp;gt;0, ($(vSalesYTD)),0),[Unit Key]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;for both CY and LY, the second bar is zero.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 09:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131794#M9290</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2018-08-29T09:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart don't show proper graph</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131795#M9291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does these expression do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why you are not using &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vSalesLY:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Sum({$&amp;lt;[Year] = {"$(=Year(Today())-1)"} &amp;gt;} [Sales])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;and vSalesCY:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({$&amp;lt;[Year] = {"$(=Year(Today()))"} &amp;gt;} [Sales])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 09:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131795#M9291</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2018-08-29T09:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart don't show proper graph</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131796#M9292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I directly use these statements then the graph shows the right values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below statement actually covers a business requirement where we need to show CY Total and LY Total only for those stores (Unit Key) where there is sales in the current year as well as last year. It skip those stores where either last year or the current year sales dont exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;SUM(AGGR(if(($(vSalesLYYTD))&amp;gt;0 and ($(vSalesYTD))&amp;gt;0, ($(vSalesYTD)),0),[Unit Key]))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 09:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131796#M9292</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2018-08-29T09:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart don't show proper graph</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131797#M9293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this expression work in KPI object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 09:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131797#M9293</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2018-08-29T09:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart don't show proper graph</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131798#M9294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this works in KPI object. both of them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 10:02:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131798#M9294</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2018-08-29T10:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart don't show proper graph</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131799#M9295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the other dimensions you have in chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 10:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131799#M9295</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2018-08-29T10:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Bar Chart don't show proper graph</title>
      <link>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131800#M9296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are no dimensions. Its a value list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 10:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bar-Chart-don-t-show-proper-graph/m-p/131800#M9296</guid>
      <dc:creator>madnanansari</dc:creator>
      <dc:date>2018-08-29T10:07:03Z</dc:date>
    </item>
  </channel>
</rss>

