<?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: Multiple expressions in Line Chart should appear as a single line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-expressions-in-Line-Chart-should-appear-as-a-single/m-p/1350301#M415118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have year as dimension, why do you need 10 different expressions? From your description, it might seem you are doing something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Year = {2007}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Year = {2008}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 13.3333px;"&gt;Sum({&amp;lt;Year = {2009}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Year = {2010}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;... and so on&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be all you need is to use one expression like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if you always want to see all years, you can do this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Year&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or this for latest 10 years&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Year = {"$(='&amp;gt;=' &amp;amp; (Year(Today()) - 9) &amp;amp; '&amp;lt;=' &amp;amp; Year(Today()))"}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2017 11:07:18 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-06-12T11:07:18Z</dc:date>
    <item>
      <title>Multiple expressions in Line Chart should appear as a single line</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-expressions-in-Line-Chart-should-appear-as-a-single/m-p/1350299#M415116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to build a line chart with Year dimension and around 10 expressions built on set analysis that has value for a year for instance fist expression has value for 2007 , 2nd has value for 2008.... 10th has value for 2016.&lt;/P&gt;&lt;P&gt;So now i see all the expressions being represented as single dot on each year.&lt;/P&gt;&lt;P&gt;Is there any way i get to plot a line between these points to show a flow &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 10:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-expressions-in-Line-Chart-should-appear-as-a-single/m-p/1350299#M415116</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2017-06-12T10:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple expressions in Line Chart should appear as a single line</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-expressions-in-Line-Chart-should-appear-as-a-single/m-p/1350300#M415117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be better, if you provide few lines of sample data and then explain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 10:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-expressions-in-Line-Chart-should-appear-as-a-single/m-p/1350300#M415117</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-06-12T10:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple expressions in Line Chart should appear as a single line</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-expressions-in-Line-Chart-should-appear-as-a-single/m-p/1350301#M415118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have year as dimension, why do you need 10 different expressions? From your description, it might seem you are doing something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Year = {2007}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Year = {2008}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 13.3333px;"&gt;Sum({&amp;lt;Year = {2009}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;Year = {2010}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;... and so on&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be all you need is to use one expression like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if you always want to see all years, you can do this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Year&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;or this for latest 10 years&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Sum({&amp;lt;Year = {"$(='&amp;gt;=' &amp;amp; (Year(Today()) - 9) &amp;amp; '&amp;lt;=' &amp;amp; Year(Today()))"}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-expressions-in-Line-Chart-should-appear-as-a-single/m-p/1350301#M415118</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-12T11:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple expressions in Line Chart should appear as a single line</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-expressions-in-Line-Chart-should-appear-as-a-single/m-p/1350302#M415119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Thanks for the replies I solved the problem using combination of pick and match.&lt;/P&gt;&lt;P&gt;@ Sunny: Thanks for trying to help me. But the measure is not the way you assumed it . I am supposed to create each on of them maybe my description is not detailed. Thanks anyways&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-expressions-in-Line-Chart-should-appear-as-a-single/m-p/1350302#M415119</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2017-06-12T11:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple expressions in Line Chart should appear as a single line</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-expressions-in-Line-Chart-should-appear-as-a-single/m-p/1350303#M415120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad that it got resolved... please close the thread by marking correct and helpful responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2017 11:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-expressions-in-Line-Chart-should-appear-as-a-single/m-p/1350303#M415120</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-12T11:58:55Z</dc:date>
    </item>
  </channel>
</rss>

