<?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 solve this? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673970#M728826</link>
    <description>&lt;P&gt;test_2 should not have the double quotes, I put them only to fix that the equal sign was part of the value of the variable&lt;/P&gt;&lt;P&gt;test_3 shouldn't be a variable, that's an example you can use directly on chart expression&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2020 15:20:28 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2020-02-10T15:20:28Z</dc:date>
    <item>
      <title>How do I solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673277#M728819</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yesterday I also posted this in another section but it remains unanswered, probably the wrong section... The question I have is probably very simple but I am still new to Qlik. I have a table in which with a dimension I group. Then per group the calculation for log trendline should be made. I calculate the Log (x) and that is ok. But how do I get into this table the repeating values b &amp;amp; c that are calculated without the grouping in the table? It shows the results as a total but that does not help me. How is this done in Qlik?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Capture3.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/28099i0FA81DEFE64D8229/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3.JPG" alt="Capture3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673277#M728819</guid>
      <dc:creator>Remco</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673524#M728820</link>
      <description>&lt;P&gt;HI, if b and c were variables they should be accesibles by all rows, maybe you are loading them as field values, not realted the the model, or at least not related to the data rows where period and x are.&lt;/P&gt;&lt;P&gt;You can try using variables for b and c, so you can use&amp;nbsp;($(c)*LOG(x))+$(b)&lt;/P&gt;&lt;P&gt;Or maybe using TOTAL to ignoer chart dimensions: (Only(TOTAL c)*LOG(x))+Only(TOTAL b)&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 10:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673524#M728820</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-02-08T10:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673557#M728821</link>
      <description>&lt;P&gt;I believe use of Set parameters, more suitable here.&lt;/P&gt;&lt;P&gt;($(c)*LOG(x))+$(b).&lt;/P&gt;</description>
      <pubDate>Sat, 08 Feb 2020 18:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673557#M728821</guid>
      <dc:creator>Architect</dc:creator>
      <dc:date>2020-02-08T18:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673946#M728822</link>
      <description>&lt;P&gt;If I use this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Only(TOTAL LINEST_M(PIVOTSALESPERFORMANCE,LOG(Periode_)))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;It tells me that nested aggregation is not allowed&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;When using&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$(LINEST_M(PIVOTSALESPERFORMANCE,LOG(Periode_)))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;There is no error but also no result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 14:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673946#M728822</guid>
      <dc:creator>Remco</dc:creator>
      <dc:date>2020-02-10T14:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673949#M728823</link>
      <description>&lt;P&gt;If that's one of the values calculated in a text box it can be a variable with value "&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;=&lt;/FONT&gt;&lt;/STRONG&gt;&lt;EM&gt;LINEST_M(PIVOTSALESPERFORMANCE,LOG(Periode_))&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;And $(VariableName) will return the calculated value.&lt;/P&gt;&lt;P&gt;Or also you can use&amp;nbsp;&lt;EM&gt;$(&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;=&lt;/FONT&gt;&lt;/STRONG&gt;LINEST_M(PIVOTSALESPERFORMANCE,LOG(Periode_)))&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:03:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673949#M728823</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-02-10T15:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673955#M728824</link>
      <description>&lt;P&gt;Hi, I will try. What I expect is:&lt;/P&gt;&lt;P&gt;The calculation for b = LINEST_M(PIVOTSALESPERFORMANCE,LOG(Periode_))&lt;BR /&gt;The calculation for c = LINEST_B(PIVOTSALESPERFORMANCE,LOG(Periode_))&lt;/P&gt;&lt;P&gt;What I expect, for example in the line where PERIOD = 201702 and periode_ = 2 is, using the next formula: y = (c * LOG(x)) + b&lt;/P&gt;&lt;P&gt;y = (0,43323884 * 0,69314718055995) -0,00088061735&lt;BR /&gt;y = 0,299417663&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673955#M728824</guid>
      <dc:creator>Remco</dc:creator>
      <dc:date>2020-02-10T15:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673964#M728825</link>
      <description>&lt;P&gt;In both cases, it stays empty:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture4.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/28209iDEC387DA5BDF6E53/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture4.JPG" alt="Capture4.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;What am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:18:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673964#M728825</guid>
      <dc:creator>Remco</dc:creator>
      <dc:date>2020-02-10T15:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673970#M728826</link>
      <description>&lt;P&gt;test_2 should not have the double quotes, I put them only to fix that the equal sign was part of the value of the variable&lt;/P&gt;&lt;P&gt;test_3 shouldn't be a variable, that's an example you can use directly on chart expression&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673970#M728826</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-02-10T15:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673979#M728827</link>
      <description>&lt;P&gt;OK, I expected that already... But if I change the variable, the issue maintains. If I use it as a straight as you mention I get a "garbage" error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture6.JPG" style="width: 960px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/28212iCF98E80EE15641A1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture6.JPG" alt="Capture6.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture5.JPG" style="width: 448px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/28211iDF78717461681A24/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture5.JPG" alt="Capture5.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673979#M728827</guid>
      <dc:creator>Remco</dc:creator>
      <dc:date>2020-02-10T15:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673982#M728828</link>
      <description>&lt;P&gt;Maybe it's beacuse it's returning a decimal value with comma, can you check adding single quotes to return as text and check the value?:&lt;/P&gt;&lt;P&gt;'$(=LINE....)'&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673982#M728828</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2020-02-10T15:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I solve this?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673985#M728829</link>
      <description>&lt;P&gt;You are a genius...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture7.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/28213iEA42FE40FE0FBECC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture7.JPG" alt="Capture7.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 15:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-solve-this/m-p/1673985#M728829</guid>
      <dc:creator>Remco</dc:creator>
      <dc:date>2020-02-10T15:36:49Z</dc:date>
    </item>
  </channel>
</rss>

