<?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: Line/Bar Chart with two dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686302#M248642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding a second dimension just stacks that one onto the existing first dimension bars, as opposed to displaying new bars... I need both dimensions to be on the same level, and not one stacked into the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 14:32:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-16T14:32:47Z</dc:date>
    <item>
      <title>Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686293#M248633</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 data of the following format:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Receipt Time Interval&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Send Time Interval&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;16:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;17:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;15:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;16:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;11:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;14:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;18:00&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;18:15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display the time intervals on X, the counts per interval on Y on a line chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time intervals on X and EITHER receipt or send count on Y is easy - but how do I get TWO LINES in there, one per dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bar chart would be fine as well!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;BR /&gt;Oli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 10:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686293#M248633</guid>
      <dc:creator />
      <dc:date>2014-06-16T10:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686294#M248634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 46457686,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are several possibilities.&lt;/P&gt;&lt;P&gt;- With a barchart (or combochart, which is basically the same thing), you CAN use two dimensions - but that will result in the graph being a bit confusing.&lt;/P&gt;&lt;P&gt;- You can activate the TRELLIS option on one of the dimensions (the one on top in the dialog), which will give you two smaller charts in the space otherwise occupied by one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 10:41:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686294#M248634</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-06-16T10:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686295#M248635</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;Thanks for your answer. This isn't really giving me what I want - I need the time (00:00-23:59) on X, the count on Y and two lines or two sets of bars in different colours. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using two dimensions in a combo chart only shows the dimension that is promoted higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Surely there must a way for such a basic functionality really?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;Oli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 10:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686295#M248635</guid>
      <dc:creator />
      <dc:date>2014-06-16T10:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686296#M248636</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;Can you please provide the some dummy data and the output you needed.&lt;/P&gt;&lt;P&gt;like rough figure .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yusuf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 11:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686296#M248636</guid>
      <dc:creator />
      <dc:date>2014-06-16T11:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686297#M248637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yusuf, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need something like this: Blue is what I already have in QlikView, but Red is what I need to add (another dimension with the same time scale of 24 hours on X).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qlikview.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60637_qlikview.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample data is my table above for example. Just ID, Receipt Time, Send time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Oli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 11:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686297#M248637</guid>
      <dc:creator />
      <dc:date>2014-06-16T11:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686298#M248638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea &lt;A href="https://community.qlik.com/qlik-users/99374"&gt;YUSUF ALI&lt;/A&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686298#M248638</guid>
      <dc:creator />
      <dc:date>2014-06-16T14:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686299#M248639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you attach the sample app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686299#M248639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T14:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686300#M248640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I can't due to sensitive nature of the data. However, you literally only need a few random entries for RECEIPT and SEND and try and display both in the same chart...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686300#M248640</guid>
      <dc:creator />
      <dc:date>2014-06-16T14:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686301#M248641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can add a second dimension which will automatically displays the second chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try and send me the image if that doesn't work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:28:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686301#M248641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T14:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686302#M248642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adding a second dimension just stacks that one onto the existing first dimension bars, as opposed to displaying new bars... I need both dimensions to be on the same level, and not one stacked into the other.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:32:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686302#M248642</guid>
      <dc:creator />
      <dc:date>2014-06-16T14:32:47Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686303#M248643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;send me the current image,without that it will be difficult for us to solve your query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686303#M248643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-16T14:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686304#M248644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't send anything. I need to procude something like the image above, it's probably not even possible in QlikView. Will just have to do it in Excel I guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686304#M248644</guid>
      <dc:creator />
      <dc:date>2014-06-16T14:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686305#M248645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't have two dimensions (only time), but two expressions (count of sent &amp;amp; received)&lt;/P&gt;&lt;P&gt;Prepare a bit the data in the model to have something like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;Time&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;&lt;STRONG&gt;ID Sent&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ID Received&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;16:00&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;16:00&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;17:30&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;-&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;18:00&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;4&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;-&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;...&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;TD style="border: 1px solid #000000; font-style: inherit; font-family: inherit;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;with something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Receipt_Time as Time, ID as Receipt_ID RESIDENT MyTable&lt;/P&gt;&lt;P&gt;CONCATENATE LOAD Send_Time as Time, ID as Send_ID RESIDENT MyTable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that it will be easy to produce your graph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686305#M248645</guid>
      <dc:creator>thomduvi83</dc:creator>
      <dc:date>2014-06-16T14:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Line/Bar Chart with two dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686306#M248646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Thomas, kind of guessed I would have to go down that route. Will make a few changes then!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 14:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Bar-Chart-with-two-dimensions/m-p/686306#M248646</guid>
      <dc:creator />
      <dc:date>2014-06-16T14:44:06Z</dc:date>
    </item>
  </channel>
</rss>

