<?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: Display Option in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-Option/m-p/1525181#M748779</link>
    <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36751"&gt;@uacg0009&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your insight. I've tried, but the revised bar chart is unable to give me key information (eg. sum of sales) for different years. It will sum up the sum of sales for three years and show me in a colour instead.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32743"&gt;@sasikanth&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your insight. There is more than just 3 client under my portfolio, thus I'm afraid it is very time-consuming to have expression for each of the client.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jan 2019 09:57:59 GMT</pubDate>
    <dc:creator>qlikhereqlikthe</dc:creator>
    <dc:date>2019-01-01T09:57:59Z</dc:date>
    <item>
      <title>Display Option</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Option/m-p/1522518#M748776</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have a data over period of three years and I wish to display a combo chart to show the total sales and average sales per order. My dimensions are the&amp;nbsp;clients (company A,B &amp;amp; C) and year (2016, 2017 &amp;amp; 2018).&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I face difficulty when I want to have Total Sales displayed as bar (expression: sum(total receivable), and average sales per order (expression: total receivable / count (distinct order no.) as symbol (dots), and then same time maintaining the flexibility where only data for selected years&amp;nbsp;will display.&lt;/P&gt;&lt;P&gt;The issue i encountered is, with only two expression, the bars will only have one colour for all three years, instead of 3 colours for three different year, and&amp;nbsp;colour for the average will be the same for three years.&lt;/P&gt;&lt;P&gt;Appreciate if anyone could enlighten me in this issue? Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Option/m-p/1522518#M748776</guid>
      <dc:creator>qlikhereqlikthe</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display Option</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Option/m-p/1522526#M748777</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Its always best o use only single dimensions in combo chart,&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead use only &lt;STRONG&gt;Year&lt;/STRONG&gt; as Dimension and below expressions&lt;/P&gt;&lt;P&gt;Exp1: sum({&amp;lt;company={'A'}&amp;gt;}total&amp;nbsp;&lt;SPAN&gt;receivable&amp;nbsp;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Exp2: sum({&amp;lt;company={'B'}&amp;gt;}total&amp;nbsp;receivable&amp;nbsp;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Exp3: sum({&amp;lt;company={'C'}&amp;gt;}total&amp;nbsp;receivable&amp;nbsp;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Exp4:sum({&amp;lt;company={'A'}&amp;gt;}total&amp;nbsp;receivable&amp;nbsp;)/ (count (distinct{&amp;lt;company={'A'}&amp;gt;} order no)&amp;nbsp;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Exp5:sum({&amp;lt;company={'B'}&amp;gt;}total&amp;nbsp;receivable&amp;nbsp;)/ (count (distinct{&amp;lt;company={'B'}&amp;gt;} order no)&amp;nbsp;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Exp6:sum({&amp;lt;company={'C'}&amp;gt;}total&amp;nbsp;receivable&amp;nbsp;)/ (count (distinct{&amp;lt;company={'C'}&amp;gt;} order no)&amp;nbsp;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sasi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 10:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Option/m-p/1522526#M748777</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2018-12-19T10:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Display Option</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Option/m-p/1522527#M748778</link>
      <description>Hi,&lt;BR /&gt;I think you can try to use the "Background Color" in the Expression + button.&lt;BR /&gt;formula like:&lt;BR /&gt;if(year = 2016,green(),if(year = 2017,green(),blue()))&lt;BR /&gt;Aiolos</description>
      <pubDate>Wed, 19 Dec 2018 10:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Option/m-p/1522527#M748778</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2018-12-19T10:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Display Option</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Option/m-p/1525181#M748779</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/36751"&gt;@uacg0009&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your insight. I've tried, but the revised bar chart is unable to give me key information (eg. sum of sales) for different years. It will sum up the sum of sales for three years and show me in a colour instead.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32743"&gt;@sasikanth&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your insight. There is more than just 3 client under my portfolio, thus I'm afraid it is very time-consuming to have expression for each of the client.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jan 2019 09:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Option/m-p/1525181#M748779</guid>
      <dc:creator>qlikhereqlikthe</dc:creator>
      <dc:date>2019-01-01T09:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Display Option</title>
      <link>https://community.qlik.com/t5/QlikView/Display-Option/m-p/1525237#M748780</link>
      <description>Hi,&lt;BR /&gt;I see the image and I think you use the "year" to be the second dimension,right?&lt;BR /&gt;then if you use sum(sales) as expression, it will show 3 bars for every clients, right?&lt;BR /&gt;why do you say that it will sum up for 3 years?&lt;BR /&gt;if possible,could you please share a small sample, so I think try it?&lt;BR /&gt;Aiolos Zhao</description>
      <pubDate>Wed, 02 Jan 2019 02:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-Option/m-p/1525237#M748780</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2019-01-02T02:19:38Z</dc:date>
    </item>
  </channel>
</rss>

