<?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: Beginning Balance in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575020#M1103140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please specify your input data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2014 20:28:17 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2014-04-14T20:28:17Z</dc:date>
    <item>
      <title>Beginning Balance</title>
      <link>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575019#M1103139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day, I find myself making a financial model in Qlikview and I calculate in a pivot table the "beginning balance", which is basically the sum of all historical data loaded to the selected date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please can you help me with the expression for this calculation?. Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 19:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575019#M1103139</guid>
      <dc:creator />
      <dc:date>2014-04-14T19:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Beginning Balance</title>
      <link>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575020#M1103140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please specify your input data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 20:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575020#M1103140</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-04-14T20:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Beginning Balance</title>
      <link>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575021#M1103141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The table will be something like this. For example, if you select February 2014, the beginning balance is the sum of all data in the system until January 2014.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="BB.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57247_BB.png" style="width: 620px; height: 165px;" /&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 20:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575021#M1103141</guid>
      <dc:creator />
      <dc:date>2014-04-14T20:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Beginning Balance</title>
      <link>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575022#M1103142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the expression could look something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;lt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Date Field in your records]={"&amp;gt;=$(=date(v_start_date, 'MM/DD/YYYY'))&amp;lt;=$(=date(v_end_date, 'MM/DD/YYYY'))"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;}&lt;/P&gt;&lt;P&gt;[Field name storing the amounts])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_start_date = earliest date you want&lt;/P&gt;&lt;P&gt;v_end_date = latest date you want&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 21:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575022#M1103142</guid>
      <dc:creator />
      <dc:date>2014-04-14T21:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Beginning Balance</title>
      <link>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575023#M1103143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with this script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum(&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;lt;YourDatefield={"&amp;gt;=$(= Min(Date(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YourDatefield&lt;/SPAN&gt;, 'MM/DD/YYYY'))) &amp;lt;=$(= Max(Date(v_end_date, 'MM/DD/YYYY'))-1)"}&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;}&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SumValue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 21:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575023#M1103143</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-14T21:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Beginning Balance</title>
      <link>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575024#M1103144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This post may be useful. It uses a straight table rather than a pivot table which gives the options to add blank rows in your financial statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3324"&gt;How to Create a Profit and Loss Statement in QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2014 21:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Beginning-Balance/m-p/575024#M1103144</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-04-14T21:53:42Z</dc:date>
    </item>
  </channel>
</rss>

