<?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 IntervalMatch and multiplication in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IntervalMatch-and-multiplication/m-p/285021#M105975</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I got a pivot table in which I have expressions whose values are calculated via IntervalMatch&lt;/P&gt;&lt;P&gt;for now everything is going on just fine&lt;/P&gt;&lt;P&gt;however there is one expression whose value after being got by intervalMatch I want to multiply it by -0.15; is there a way to do this multiplication on the fly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 16 Jul 2011 05:17:31 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2011-07-16T05:17:31Z</dc:date>
    <item>
      <title>IntervalMatch and multiplication</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-and-multiplication/m-p/285021#M105975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I got a pivot table in which I have expressions whose values are calculated via IntervalMatch&lt;/P&gt;&lt;P&gt;for now everything is going on just fine&lt;/P&gt;&lt;P&gt;however there is one expression whose value after being got by intervalMatch I want to multiply it by -0.15; is there a way to do this multiplication on the fly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 05:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-and-multiplication/m-p/285021#M105975</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2011-07-16T05:17:31Z</dc:date>
    </item>
    <item>
      <title>IntervalMatch and multiplication</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-and-multiplication/m-p/285022#M105976</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;The result of the IntervalMatch() Load is just another table. You probably need, though, to load that resulting table again and multiply by that figure, or you can do it in the chart expression as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 08:09:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-and-multiplication/m-p/285022#M105976</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-07-16T08:09:35Z</dc:date>
    </item>
    <item>
      <title>IntervalMatch and multiplication</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-and-multiplication/m-p/285023#M105977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can I do this in the chart expression?&lt;/P&gt;&lt;P&gt;I can identify the row by a value of the dimension&lt;/P&gt;&lt;P&gt;but how can I get to the value of the related expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 19:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-and-multiplication/m-p/285023#M105977</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2011-07-16T19:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalMatch and multiplication</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalMatch-and-multiplication/m-p/285024#M105978</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;If you are working in the same chart, just label your expression and use the expression between brackets anywher in another expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are working in a different chart, you need to write the same exact expression in both charts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In both cases, you can multiply the field by -0.15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Sum(Field * -.15)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Jul 2011 22:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalMatch-and-multiplication/m-p/285024#M105978</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-07-16T22:08:55Z</dc:date>
    </item>
  </channel>
</rss>

