<?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 combine lines and bars in same chart without combo chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-combine-lines-and-bars-in-same-chart-without-combo-chart/m-p/1400965#M424700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have the following problem. I want a chart where I want to compare some products of my store with products that I produce, where myProducts I want to represent them with lines and the other products with bars. I did this with my 3 product as a line and 1 product of a foreigner, but now I want to select more than 1 foreigner's products and not to lose the color pattern. To be more specifical &lt;/P&gt;&lt;P&gt;dimensions: Date, ProductName&lt;/P&gt;&lt;P&gt;expressions: myProduct1, &lt;SPAN style="font-size: 13.3333px;"&gt;myProduct2, &lt;SPAN style="font-size: 13.3333px;"&gt;myProduct3, =Only(&lt;SPAN style="font-size: 13.3333px;"&gt;ProductName&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I tried to just do it without my products and it is fine even if a product appears each time it has the same color &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I tried to put it all in one expression and I keep the coloring but I don't have the desired result where myProducts will be represented with lines and the foreigners' ones with bars&lt;/P&gt;&lt;P&gt;here is the expression&lt;/P&gt;&lt;P&gt;=(&lt;/P&gt;&lt;P&gt;sum(&lt;/P&gt;&lt;P&gt;{&amp;lt; &lt;/P&gt;&lt;P&gt;CalendarMonthYear = {"$(=Date(max(LinkTable.Date), 'MMM-YYYY'))"},&amp;nbsp; &lt;/P&gt;&lt;P&gt;ChannelName -= {'&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct1&lt;/SPAN&gt;', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;2', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;3'}&lt;/P&gt;&lt;P&gt;&amp;gt;} &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Product&lt;/SPAN&gt;Statistics.Total)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;sum(&lt;/P&gt;&lt;P&gt;{&amp;lt; &lt;/P&gt;&lt;P&gt;CalendarMonthYear = {"$(=Date(max(LinkTable.Date), 'MMM-YYYY'))"},&amp;nbsp; &lt;/P&gt;&lt;P&gt;ChannelName = {'&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct1&lt;/SPAN&gt;', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;2', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;3'}&lt;/P&gt;&lt;P&gt;&amp;gt;} &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Statistics&lt;/SPAN&gt;.Total)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;count(&lt;/P&gt;&lt;P&gt;{&amp;lt; &lt;/P&gt;&lt;P&gt;CalendarMonthYear = {"$(=Date(max(LinkTable.Date), 'MMM-YYYY'))"},&amp;nbsp; &lt;/P&gt;&lt;P&gt;ChannelName -= {'&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct1&lt;/SPAN&gt;', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct2&lt;/SPAN&gt;', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;3'}&lt;/P&gt;&lt;P&gt;&amp;gt;} &lt;/P&gt;&lt;P&gt;distinct &lt;SPAN style="font-size: 13.3333px;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Statistics&lt;/SPAN&gt;.DateTimeReaded)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;count(&lt;/P&gt;&lt;P&gt;{&amp;lt; &lt;/P&gt;&lt;P&gt;CalendarMonthYear = {"$(=Date(max(LinkTable.Date), 'MMM-YYYY'))"},&amp;nbsp; &lt;/P&gt;&lt;P&gt;ChannelName = {'&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct1&lt;/SPAN&gt;', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;2', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;3'}&lt;/P&gt;&lt;P&gt;&amp;gt;} &lt;/P&gt;&lt;P&gt;distinct &lt;SPAN style="font-size: 13.3333px;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Statistics&lt;/SPAN&gt;.DateTimeReaded)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2017 08:54:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-30T08:54:34Z</dc:date>
    <item>
      <title>How to combine lines and bars in same chart without combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-lines-and-bars-in-same-chart-without-combo-chart/m-p/1400965#M424700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have the following problem. I want a chart where I want to compare some products of my store with products that I produce, where myProducts I want to represent them with lines and the other products with bars. I did this with my 3 product as a line and 1 product of a foreigner, but now I want to select more than 1 foreigner's products and not to lose the color pattern. To be more specifical &lt;/P&gt;&lt;P&gt;dimensions: Date, ProductName&lt;/P&gt;&lt;P&gt;expressions: myProduct1, &lt;SPAN style="font-size: 13.3333px;"&gt;myProduct2, &lt;SPAN style="font-size: 13.3333px;"&gt;myProduct3, =Only(&lt;SPAN style="font-size: 13.3333px;"&gt;ProductName&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I tried to just do it without my products and it is fine even if a product appears each time it has the same color &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I tried to put it all in one expression and I keep the coloring but I don't have the desired result where myProducts will be represented with lines and the foreigners' ones with bars&lt;/P&gt;&lt;P&gt;here is the expression&lt;/P&gt;&lt;P&gt;=(&lt;/P&gt;&lt;P&gt;sum(&lt;/P&gt;&lt;P&gt;{&amp;lt; &lt;/P&gt;&lt;P&gt;CalendarMonthYear = {"$(=Date(max(LinkTable.Date), 'MMM-YYYY'))"},&amp;nbsp; &lt;/P&gt;&lt;P&gt;ChannelName -= {'&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct1&lt;/SPAN&gt;', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;2', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;3'}&lt;/P&gt;&lt;P&gt;&amp;gt;} &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Product&lt;/SPAN&gt;Statistics.Total)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;sum(&lt;/P&gt;&lt;P&gt;{&amp;lt; &lt;/P&gt;&lt;P&gt;CalendarMonthYear = {"$(=Date(max(LinkTable.Date), 'MMM-YYYY'))"},&amp;nbsp; &lt;/P&gt;&lt;P&gt;ChannelName = {'&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct1&lt;/SPAN&gt;', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;2', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;3'}&lt;/P&gt;&lt;P&gt;&amp;gt;} &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Statistics&lt;/SPAN&gt;.Total)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;count(&lt;/P&gt;&lt;P&gt;{&amp;lt; &lt;/P&gt;&lt;P&gt;CalendarMonthYear = {"$(=Date(max(LinkTable.Date), 'MMM-YYYY'))"},&amp;nbsp; &lt;/P&gt;&lt;P&gt;ChannelName -= {'&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct1&lt;/SPAN&gt;', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct2&lt;/SPAN&gt;', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;3'}&lt;/P&gt;&lt;P&gt;&amp;gt;} &lt;/P&gt;&lt;P&gt;distinct &lt;SPAN style="font-size: 13.3333px;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Statistics&lt;/SPAN&gt;.DateTimeReaded)&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;count(&lt;/P&gt;&lt;P&gt;{&amp;lt; &lt;/P&gt;&lt;P&gt;CalendarMonthYear = {"$(=Date(max(LinkTable.Date), 'MMM-YYYY'))"},&amp;nbsp; &lt;/P&gt;&lt;P&gt;ChannelName = {'&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct1&lt;/SPAN&gt;', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;2', '&lt;SPAN style="font-size: 13.3333px;"&gt;myProduct&lt;/SPAN&gt;3'}&lt;/P&gt;&lt;P&gt;&amp;gt;} &lt;/P&gt;&lt;P&gt;distinct &lt;SPAN style="font-size: 13.3333px;"&gt;Product&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Statistics&lt;/SPAN&gt;.DateTimeReaded)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 08:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-lines-and-bars-in-same-chart-without-combo-chart/m-p/1400965#M424700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-30T08:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine lines and bars in same chart without combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-lines-and-bars-in-same-chart-without-combo-chart/m-p/1400966#M424701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can overlap one chart over another making background transparent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 08:59:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-lines-and-bars-in-same-chart-without-combo-chart/m-p/1400966#M424701</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-11-30T08:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine lines and bars in same chart without combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-lines-and-bars-in-same-chart-without-combo-chart/m-p/1400967#M424702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it want be efficient in selections&lt;BR /&gt;is there anything in scripting or macro??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 09:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-lines-and-bars-in-same-chart-without-combo-chart/m-p/1400967#M424702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-30T09:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine lines and bars in same chart without combo chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-combine-lines-and-bars-in-same-chart-without-combo-chart/m-p/1400968#M424703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also, the problems with that are:&lt;/P&gt;&lt;P&gt;1) the chart will be too big on the x-axis and the scrolling bar won't be good&lt;/P&gt;&lt;P&gt;2) if I will overlap the line chart so they will be visual continuously must be in the front but by that, if I want to select a bar I won't be able to do it&lt;/P&gt;&lt;P&gt;despite tint the size of the are &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 10:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-combine-lines-and-bars-in-same-chart-without-combo-chart/m-p/1400968#M424703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-30T10:09:46Z</dc:date>
    </item>
  </channel>
</rss>

