<?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 change axes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/change-axes/m-p/473528#M1149012</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;normally you have sales qty and order qty by dates, a time trend view. now i want to create a chart where you are going to have sales qty and order qty on x-axis. qty on y, but break out lines by time. please see the mockup in attachment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do i put in dimension and expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Jun 2013 15:49:27 GMT</pubDate>
    <dc:creator>yelin_nyu</dc:creator>
    <dc:date>2013-06-14T15:49:27Z</dc:date>
    <item>
      <title>change axes</title>
      <link>https://community.qlik.com/t5/QlikView/change-axes/m-p/473528#M1149012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;normally you have sales qty and order qty by dates, a time trend view. now i want to create a chart where you are going to have sales qty and order qty on x-axis. qty on y, but break out lines by time. please see the mockup in attachment. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what do i put in dimension and expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 15:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-axes/m-p/473528#M1149012</guid>
      <dc:creator>yelin_nyu</dc:creator>
      <dc:date>2013-06-14T15:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: change axes</title>
      <link>https://community.qlik.com/t5/QlikView/change-axes/m-p/473529#M1149013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's not possible with a line chart afaik. The expression values will always be displayed on the y-axis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 16:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-axes/m-p/473529#M1149013</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-14T16:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: change axes</title>
      <link>https://community.qlik.com/t5/QlikView/change-axes/m-p/473530#M1149014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if line chart is not possible, is there any other chart that can do that? bubble chart? bar chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 16:41:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-axes/m-p/473530#M1149014</guid>
      <dc:creator>yelin_nyu</dc:creator>
      <dc:date>2013-06-14T16:41:43Z</dc:date>
    </item>
    <item>
      <title>Re: change axes</title>
      <link>https://community.qlik.com/t5/QlikView/change-axes/m-p/473531#M1149015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'd have to create a calculated dimension and a different expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. =ValueList('Sales Qty','Order Qty')&lt;/P&gt;&lt;P&gt;2. Month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=pick(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Match(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ValueList('Sales Qty','Order Qty'), 'Sales Qty', 'Order Qty')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;,sum( [Sales Qty] )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;,sum( [Order Qty] )&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 17:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-axes/m-p/473531#M1149015</guid>
      <dc:creator />
      <dc:date>2013-06-14T17:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: change axes</title>
      <link>https://community.qlik.com/t5/QlikView/change-axes/m-p/473532#M1149016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This look very helpful, is it possible for you to provide a test qvw? is ValueList() a function? I can't find it in help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 17:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-axes/m-p/473532#M1149016</guid>
      <dc:creator>yelin_nyu</dc:creator>
      <dc:date>2013-06-14T17:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: change axes</title>
      <link>https://community.qlik.com/t5/QlikView/change-axes/m-p/473533#M1149017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you have. I don't know why but the valuelist function doesn't appears in help. I think there is a description about it in the QlikView Desktop manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 17:34:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-axes/m-p/473533#M1149017</guid>
      <dc:creator />
      <dc:date>2013-06-14T17:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: change axes</title>
      <link>https://community.qlik.com/t5/QlikView/change-axes/m-p/473534#M1149018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is awesome. love it. Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 17:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-axes/m-p/473534#M1149018</guid>
      <dc:creator>yelin_nyu</dc:creator>
      <dc:date>2013-06-14T17:37:22Z</dc:date>
    </item>
  </channel>
</rss>

