<?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: combo chart, line and bar in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/combo-chart-line-and-bar/m-p/877190#M12131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi joeybird,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to put the trend measure onto the second axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this, under the measure settings, make sure the measure is set to display as Line and then choose Secondary Axis from the box underneath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Apr 2015 22:29:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-08T22:29:31Z</dc:date>
    <item>
      <title>combo chart, line and bar</title>
      <link>https://community.qlik.com/t5/App-Development/combo-chart-line-and-bar/m-p/877189#M12130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a combo chart. in qlik sense&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year 1 is the bars and previous year 2 is the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;calculations work fine, so its doing the sums, however chart appears as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jan to dec as line Previous year 2...then jan to dec starts again as bars. Year 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however I want I wish for the line to appear on top of the bars. just one set jan to dec to show the difference. like a trend line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;[Arrival Year]={$(=max([Arrival Year]))}&amp;gt;}[Age]) (bars)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;[Arrival Year]={$(=max([Arrival Year])-1)}&amp;gt;}[Age]) (line)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;they are joined together if I add alt1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({alt1&amp;lt;[Arrival Year]={$(=max([Arrival Year])-1)}&amp;gt;}[Age])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then line is not spiking. the line the just runs along the bottom of the bars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 12:47:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/combo-chart-line-and-bar/m-p/877189#M12130</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-04-08T12:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: combo chart, line and bar</title>
      <link>https://community.qlik.com/t5/App-Development/combo-chart-line-and-bar/m-p/877190#M12131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi joeybird,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you need to put the trend measure onto the second axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this, under the measure settings, make sure the measure is set to display as Line and then choose Secondary Axis from the box underneath.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 22:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/combo-chart-line-and-bar/m-p/877190#M12131</guid>
      <dc:creator />
      <dc:date>2015-04-08T22:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: combo chart, line and bar</title>
      <link>https://community.qlik.com/t5/App-Development/combo-chart-line-and-bar/m-p/877191#M12132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tried this and no joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however bar is now in the middle (not running along the bottom), but still no spiking when you use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({alt1&amp;lt;[Arrival Year]={$(=max([Arrival Year])-1)}&amp;gt;}[Age]).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I use this below I do get the spikes....&lt;/P&gt;&lt;P&gt;count({&amp;lt;[Arrival Year]={$(=max([Arrival Year])-1)}&amp;gt;}[Age]) (line)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the spiked line (Year 2/ previous year) goes across then (year 1/ current year) starts in bars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 07:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/combo-chart-line-and-bar/m-p/877191#M12132</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-04-09T07:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: combo chart, line and bar</title>
      <link>https://community.qlik.com/t5/App-Development/combo-chart-line-and-bar/m-p/877192#M12133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joeybird,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a quick and simple app which is my understanding of what you are trying to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first chart is trying to replicate the initial yr1/2 comparison and the second chart has both years plus a variance line being the difference between the years.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 22:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/combo-chart-line-and-bar/m-p/877192#M12133</guid>
      <dc:creator />
      <dc:date>2015-04-09T22:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: combo chart, line and bar</title>
      <link>https://community.qlik.com/t5/App-Development/combo-chart-line-and-bar/m-p/877193#M12134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this worked amazingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried to see where I was going wrong is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;previous year (2) should be on primary axis, not secondary for a line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joeybird x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 09:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/combo-chart-line-and-bar/m-p/877193#M12134</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2015-04-13T09:00:20Z</dc:date>
    </item>
  </channel>
</rss>

