<?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: How do I merge two Measure values into one dimensions (by month)? I can only do this using front-end options in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195370#M519724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using column() function of expression label is almost always a more efficient way to do it. The reason I gave you the RangeSum was because I thought you just needed a single expression which sums the two values up. if you need 3 column then go with &lt;A href="https://community.qlik.com/people/franky_h79"&gt;franky_h79&lt;/A&gt;‌'s solution.&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>Thu, 13 Oct 2016 12:23:40 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-10-13T12:23:40Z</dc:date>
    <item>
      <title>How do I merge two Measure values into one dimensions (by month)? I can only do this using front-end options</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195366#M519720</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;&lt;/P&gt;&lt;P&gt;I have a straight table in QlikView like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="140479" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140479_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Month&lt;/P&gt;&lt;P&gt;Expression 1: Aggr(Sum(LineSalesAmount), Month)&lt;/P&gt;&lt;P&gt;Expression 2: Aggr(Sum(LineSalesAmountForecast), Month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I know I don't have to aggr in the above example but in the real data I have to, the above is just a simplified version).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I would like Expression 1 and 2 to be combined into one expression so that the Sum(LineSalesAmountForecast) values are shown where you see the grey area at the moment.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Does anyone know how to do this please using front-end expressions?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not allowed to edit the data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 10:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195366#M519720</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2016-10-13T10:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge two Measure values into one dimensions (by month)? I can only do this using front-end options</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195367#M519721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could use the label names to merge the columns:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="140484" alt="Unbenannt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140484_Unbenannt.png" style="height: 204px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;perhaps you need to modyfy your first expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(EXPRESSION=Null(),0,EXPESSION)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to get it work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 10:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195367#M519721</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-10-13T10:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge two Measure values into one dimensions (by month)? I can only do this using front-end options</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195368#M519722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Aggr(Sum(LineSalesAmount), Month),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Aggr(Sum(LineSalesAmountForecast), Month))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or this if Month is your dimension&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;RangeSum(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum(LineSalesAmount),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum(LineSalesAmountForecast))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 10:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195368#M519722</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-13T10:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge two Measure values into one dimensions (by month)? I can only do this using front-end options</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195369#M519723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, both are perfectly fine working examples!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which would be the better option performance and reliability wise?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 12:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195369#M519723</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2016-10-13T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge two Measure values into one dimensions (by month)? I can only do this using front-end options</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195370#M519724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using column() function of expression label is almost always a more efficient way to do it. The reason I gave you the RangeSum was because I thought you just needed a single expression which sums the two values up. if you need 3 column then go with &lt;A href="https://community.qlik.com/people/franky_h79"&gt;franky_h79&lt;/A&gt;‌'s solution.&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>Thu, 13 Oct 2016 12:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195370#M519724</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-13T12:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge two Measure values into one dimensions (by month)? I can only do this using front-end options</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195371#M519725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I couldn't use the column label option, would rangesum be better than doing Expression 1 + Expression 2 method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 12:32:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195371#M519725</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2016-10-13T12:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge two Measure values into one dimensions (by month)? I can only do this using front-end options</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195372#M519726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For sure, RangeSum would be the best way to go in your case because one of the expression seems like causing nulls for you. Expression1 + Expression2 will lead to null if one of those expressions is a null. Whereas RangeSum() handles the null very well. So I almost always prefer to use RangeSum() over simple addition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 12:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195372#M519726</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-13T12:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I merge two Measure values into one dimensions (by month)? I can only do this using front-end options</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195373#M519727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect just as I thought, thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 13:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-merge-two-Measure-values-into-one-dimensions-by-month-I/m-p/1195373#M519727</guid>
      <dc:creator>jblomqvist</dc:creator>
      <dc:date>2016-10-13T13:36:48Z</dc:date>
    </item>
  </channel>
</rss>

