<?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: Series Chart in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Series-Chart-in-Qlikview/m-p/485920#M181577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont see a way to do it pixel by pixel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Sep 2013 14:08:25 GMT</pubDate>
    <dc:creator>Clever_Anjos</dc:creator>
    <dc:date>2013-09-27T14:08:25Z</dc:date>
    <item>
      <title>Series Chart in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Series-Chart-in-Qlikview/m-p/485917#M181574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create a chart like the screen shot attached. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the chart, I want the x axis to be the Publication date, with the grouping done by publication. The Y axis will have results for # of Primary and Secondary stops, # of mins for Primary and Secondary Stops, and a total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible in Qlikview? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to get all of the data into list boxes to validate it, but I am lost as to how to display this properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 19:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Series-Chart-in-Qlikview/m-p/485917#M181574</guid>
      <dc:creator />
      <dc:date>2013-09-26T19:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Series Chart in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Series-Chart-in-Qlikview/m-p/485918#M181575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Similar, check if fits&lt;/P&gt;&lt;P&gt;&lt;IMG alt="export.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/46957_export.png" style="width: 620px; height: 355px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;OBJECT height="0" type="application/gas-events-abn" width="0"&gt;&lt;/OBJECT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Sep 2013 20:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Series-Chart-in-Qlikview/m-p/485918#M181575</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-09-26T20:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Series Chart in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Series-Chart-in-Qlikview/m-p/485919#M181576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can get it to show that way, but that is not the way my user wants it presented. Is there a way to display it like the screen shot I provided?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 13:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Series-Chart-in-Qlikview/m-p/485919#M181576</guid>
      <dc:creator />
      <dc:date>2013-09-27T13:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Series Chart in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Series-Chart-in-Qlikview/m-p/485920#M181577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont see a way to do it pixel by pixel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 14:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Series-Chart-in-Qlikview/m-p/485920#M181577</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-09-27T14:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Series Chart in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Series-Chart-in-Qlikview/m-p/485921#M181578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The rule for having a grouped bar chart is that it must be two dimensions and one expression. So the trick here is to limit your chart to two dimensions. You can do that by combining Date &amp;amp; Pub together in a Calculated Dimension.&lt;/P&gt;&lt;P&gt;=Pub &amp;amp; ' ' &amp;amp; Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make it multi-line by&lt;/P&gt;&lt;P&gt;=Pub &amp;amp; chr(10) &amp;amp; Date&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;However, multiple lines will only display on the axis if you choose the slanted or vertical orientation. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;See attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Sep 2013 17:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Series-Chart-in-Qlikview/m-p/485921#M181578</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2013-09-27T17:12:30Z</dc:date>
    </item>
  </channel>
</rss>

