<?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: Graph dimension question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572668#M548695</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 14:35:19 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-01-27T14:35:19Z</dc:date>
    <item>
      <title>Graph dimension question</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572664#M548691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a couple of line charts with the following dimensions and expressoins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart 1:&lt;/P&gt;&lt;P&gt;Dimension: StartIntervalTime&lt;/P&gt;&lt;P&gt;Expression: COUNT(DataEventID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart 2:&lt;/P&gt;&lt;P&gt;Dimension: EndIntervalTime&lt;BR /&gt;Expression: COUNT(DataEventID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These produce the following two charts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="linecharts.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52160_linecharts.png" style="width: 620px; height: 294px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I however want to show both the graphs on a single chart. Usually I would simply add another expression but here both the charts are running from a different dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get both graphs onto the same chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help with this.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 14:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572664#M548691</guid>
      <dc:creator />
      <dc:date>2014-01-27T14:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Graph dimension question</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572665#M548692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From a single chart, use the second expression. Go to Axes tab, try to change the second expression possition to Right[top] and check the Split axes and change to value 50%.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 14:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572665#M548692</guid>
      <dc:creator />
      <dc:date>2014-01-27T14:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Graph dimension question</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572666#M548693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the next approach will work:&lt;BR /&gt;Create data island with one field Intervals.&amp;nbsp; Create chart with Intervals as dimension, and the next two expressions:&lt;BR /&gt;StartCount = COUNT(if(StartIntervalTime=Intervals, DataEventID))&lt;BR /&gt;EndCount = COUNT(if(EndIntervalTime=Intervals, DataEventID))&lt;BR /&gt;Warning: the performance maybe be poor with a large amount of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 14:19:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572666#M548693</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-27T14:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Graph dimension question</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572667#M548694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan, In the above case you need to create common IntervelTime (In Link table if required) for both fields and use this new field as the Dimension. Similarly create the FLAG weather its start or end .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: IntervelTime&lt;/P&gt;&lt;P&gt;Expression1: Count({&amp;lt;FLAG={'START'}&amp;gt;}DataEventID) &lt;/P&gt;&lt;P&gt;Expression2: Count({&amp;lt;FLAG={'END'}&amp;gt;}DataEventID) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 14:20:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572667#M548694</guid>
      <dc:creator />
      <dc:date>2014-01-27T14:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Graph dimension question</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572668#M548695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 14:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572668#M548695</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-27T14:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Graph dimension question</title>
      <link>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572669#M548696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a version with island (based on &lt;A href="https://community.qlik.com/qlik-users/10670"&gt;Massimo Grossi&lt;/A&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 14:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graph-dimension-question/m-p/572669#M548696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-27T14:51:22Z</dc:date>
    </item>
  </channel>
</rss>

