<?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 SalesTrend Bar Chart on Whats New Qlikview  11 Demo  Visuals in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328882#M121064</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I personally don't like that much about the demo chart is that the order of stacked regions is the same all the time, so if you select a region different from Nordic (which is the one with the most Sales revenue), the color indicator fo the region is moving to the top, highlighting some area in the middle of the bars, but with no common base line. I find it quite hard to compare the sales revenue across MonthYear then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could easily change this by changing the sort order for region dimension to expression (descending):&lt;/P&gt;&lt;P&gt;=Sum( Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(instead of Sum({&amp;lt;Region=&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that's just my personal view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Dec 2011 00:02:55 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-12-30T00:02:55Z</dc:date>
    <item>
      <title>SalesTrend Bar Chart on Whats New Qlikview  11 Demo  Visuals</title>
      <link>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328877#M121059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I am trying to replicate the visual&amp;nbsp; apperance of the Sales Trend Bar Chart when a selection is made (located on Dashboard Tab) . On my version of this chart the chart stays one colour&amp;nbsp; and values do not change&amp;nbsp; as you would expect using the set analysis expression sum( {&amp;lt; Year =,Month =, Region=&amp;gt;}&amp;nbsp; Sales). Somehow on the demo version the chart shows&amp;nbsp; the selection superimposed on original chart&amp;nbsp; . I think this is very cool as you get to see overall&amp;nbsp; trend numbers (in gray) and the selected timeline etc (in blue)&amp;nbsp; on the same chart. What am I missing to enable this cool function. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 22:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328877#M121059</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-29T22:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: SalesTrend Bar Chart on Whats New Qlikview  11 Demo  Visuals</title>
      <link>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328878#M121060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have QlikView 11 and haven't seen the demo, so I may be completely misunderstanding how it looks.&amp;nbsp; But you can highlight selected data in earlier versions by using set analysis to keep all the lines in the chart and the background color and line style expressions to highlight.&amp;nbsp; See attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 23:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328878#M121060</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-12-29T23:03:24Z</dc:date>
    </item>
    <item>
      <title>SalesTrend Bar Chart on Whats New Qlikview  11 Demo  Visuals</title>
      <link>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328879#M121061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yo are talking about the stacked bar chart with Region as second dimension, right? The trick is the background color expression, just similar to what John said:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(getselectedcount(Year) &amp;gt; 0 or getselectedcount(Month) &amp;gt; 0 or getselectedcount(Quarter) &amp;gt; 0 or getselectedcount(MonthYear) &amp;gt; 0 or getselectedcount(Region) &amp;gt; 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(isnull(only([Region])) or isnull(only([MonthYear])) or isnull(only([Year])) or isnull(only([Month])) or isnull(only([Quarter])),LightGray(),RGB(141, 170, 203)),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if(isnull(only([Region])) or isnull(only([MonthYear])) or isnull(only([Year])) or isnull(only([Month])) or isnull(only([Quarter])),LightGray(), RGB(141, 170, 203)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 23:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328879#M121061</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-29T23:11:45Z</dc:date>
    </item>
    <item>
      <title>SalesTrend Bar Chart on Whats New Qlikview  11 Demo  Visuals</title>
      <link>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328880#M121062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks John thats exactly what I wanted to accomplish &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 23:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328880#M121062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-29T23:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: SalesTrend Bar Chart on Whats New Qlikview  11 Demo  Visuals</title>
      <link>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328881#M121063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like I can simplify my expressions by following Stefan's example, though:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;if(getselectedcount(Product) and len(Product),lightred(),lightgray())&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;if(getselectedcount(Product) and len(Product),'&amp;lt;w2&amp;gt;','&amp;lt;w1&amp;gt;')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 23:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328881#M121063</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-12-29T23:34:25Z</dc:date>
    </item>
    <item>
      <title>SalesTrend Bar Chart on Whats New Qlikview  11 Demo  Visuals</title>
      <link>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328882#M121064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I personally don't like that much about the demo chart is that the order of stacked regions is the same all the time, so if you select a region different from Nordic (which is the one with the most Sales revenue), the color indicator fo the region is moving to the top, highlighting some area in the middle of the bars, but with no common base line. I find it quite hard to compare the sales revenue across MonthYear then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could easily change this by changing the sort order for region dimension to expression (descending):&lt;/P&gt;&lt;P&gt;=Sum( Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(instead of Sum({&amp;lt;Region=&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that's just my personal view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 00:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SalesTrend-Bar-Chart-on-Whats-New-Qlikview-11-Demo-Visuals/m-p/328882#M121064</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-30T00:02:55Z</dc:date>
    </item>
  </channel>
</rss>

