<?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: Stuck with a Cross dynamic board in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stuck-with-a-Cross-dynamic-board/m-p/616021#M1095852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's works for me thx you whiteline &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 08:45:38 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-25T08:45:38Z</dc:date>
    <item>
      <title>Stuck with a Cross dynamic board</title>
      <link>https://community.qlik.com/t5/QlikView/Stuck-with-a-Cross-dynamic-board/m-p/616017#M1095848</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' ve a problem with my crossed dynamic board. It consists of an Indicator Number and of a set of figures which brings to a total. For information the last 3 are expressions and the others dimensions. In certain cases, if a column is not informed calculates it will not made the result(see the picture)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For information :&lt;/P&gt;&lt;P&gt;Disponible à engager = Montant Glo - Franchise - Frais HE - Cumul ER&lt;/P&gt;&lt;P&gt;Total = Versement D. + Versement I. + Réponse Recours&lt;/P&gt;&lt;P&gt;Balance = Dispo - Total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;If we take the second line of the board, we see that "Cumul Eng. Réa.' so the 'Disponible à engager' too and of the blow the balance also.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;How can I calculate them when certain values are not here?!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you largely in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 13:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stuck-with-a-Cross-dynamic-board/m-p/616017#M1095848</guid>
      <dc:creator />
      <dc:date>2014-04-24T13:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck with a Cross dynamic board</title>
      <link>https://community.qlik.com/t5/QlikView/Stuck-with-a-Cross-dynamic-board/m-p/616018#M1095849</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;You could use rangesum() function. It calculates the sum of expressions and omit null values.&lt;/P&gt;&lt;P&gt;I guess the problem is that you use '+' '-' signs, and if any operand is null the result is null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 15:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stuck-with-a-Cross-dynamic-board/m-p/616018#M1095849</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-04-24T15:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck with a Cross dynamic board</title>
      <link>https://community.qlik.com/t5/QlikView/Stuck-with-a-Cross-dynamic-board/m-p/616019#M1095850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi and thx&amp;nbsp; whiteline,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the difference between Sum() and RangeSum() ? I've try in my expression to use RangeSum([Val1]+[Val2]) for example. I don't have '-' but '0' instead. But that don't solve my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your right about the '+' '-' signs but I sure there is a way to deal with null values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 15:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stuck-with-a-Cross-dynamic-board/m-p/616019#M1095850</guid>
      <dc:creator />
      <dc:date>2014-04-24T15:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck with a Cross dynamic board</title>
      <link>https://community.qlik.com/t5/QlikView/Stuck-with-a-Cross-dynamic-board/m-p/616020#M1095851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum - aggregation function that sums the field values.&lt;/P&gt;&lt;P&gt;RangeSum - function that sums expressions, omitting nulls.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;null + some expression result = null&lt;/P&gt;&lt;P&gt;ramgesum(null, some expression result) =&amp;nbsp; some expression result&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read the QV help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2014 20:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stuck-with-a-Cross-dynamic-board/m-p/616020#M1095851</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-04-24T20:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Stuck with a Cross dynamic board</title>
      <link>https://community.qlik.com/t5/QlikView/Stuck-with-a-Cross-dynamic-board/m-p/616021#M1095852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's works for me thx you whiteline &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 08:45:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stuck-with-a-Cross-dynamic-board/m-p/616021#M1095852</guid>
      <dc:creator />
      <dc:date>2014-04-25T08:45:38Z</dc:date>
    </item>
  </channel>
</rss>

