<?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: Help with trial balance expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739745#M56604</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;check attached sample&lt;BR /&gt;select 010 as company code&lt;BR /&gt;now in october 2010 the opening balances are zero&lt;BR /&gt;what I want to achieve is to have the revenues and expenses be zero in Octo 2011 and then continue on summing the cumulative&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 31 Aug 2020 07:20:58 GMT</pubDate>
    <dc:creator>ali_hijazi</dc:creator>
    <dc:date>2020-08-31T07:20:58Z</dc:date>
    <item>
      <title>Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1736794#M56343</link>
      <description>&lt;P&gt;Hello got a QVF file in which I'm creating a pivot table for trial balance&lt;BR /&gt;the result is 100% correct (open attached qvf and select the company code 010 and select &lt;U&gt;&lt;STRONG&gt;A/P-A/R accounting&lt;/STRONG&gt;&lt;/U&gt;)&lt;BR /&gt;You see the opening balance, the activity, and closing balance and how the opening balance of a month is the closing balance of the previous month...&lt;BR /&gt;Now if you select Nov 2010 the numbers are still correct however I can still the remaining months to the right&lt;BR /&gt;and that's because of the variable I'm using which is&amp;nbsp;&lt;STRONG&gt;$(vL.TrialBalance.OpeningBalance) &lt;/STRONG&gt;which I'm using in the expressions for opening balance, and closing balance&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;is there a way to hide the months and show only selected ones?&lt;/P&gt;&lt;P&gt;Kindly advise (&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;)&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2020 15:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1736794#M56343</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2020-08-18T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1737456#M56412</link>
      <description>&lt;P&gt;Check attached&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 15:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1737456#M56412</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-20T15:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1737487#M56413</link>
      <description>&lt;P&gt;so you only added avg(1)?&lt;BR /&gt;ok this works so good with carry-forward-accounts&lt;/P&gt;&lt;P&gt;what if I want something similar but for non-carry forward accounts that reset on period 1 always&lt;/P&gt;&lt;P&gt;the variable that you fixed calculates the cumulative amount per account prior to the minimum month selected&lt;BR /&gt;then I add to it the activity per month to get the closing balance&lt;/P&gt;&lt;P&gt;however some accounts like the ones that start with 6 and 7 I want if I select a month in the middle of the fiscal year to work as the one fixed but gives zero for the starting period&lt;/P&gt;&lt;P&gt;hope you can help here&lt;/P&gt;</description>
      <pubDate>Thu, 20 Aug 2020 15:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1737487#M56413</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2020-08-20T15:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1738921#M56500</link>
      <description>&lt;P&gt;Would you be able to share a sample where we can see this?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 17:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1738921#M56500</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-26T17:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739745#M56604</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;check attached sample&lt;BR /&gt;select 010 as company code&lt;BR /&gt;now in october 2010 the opening balances are zero&lt;BR /&gt;what I want to achieve is to have the revenues and expenses be zero in Octo 2011 and then continue on summing the cumulative&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 07:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739745#M56604</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2020-08-31T07:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739892#M56620</link>
      <description>&lt;P&gt;You want Oct 2011 to be 0? but right now I only see Oct 2010, Nov 2010, Dec 2010, Jan 2011 in the chart once I select Company Code 010&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 12:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739892#M56620</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-31T12:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739904#M56621</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;check attached&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 13:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739904#M56621</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2020-08-31T13:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739930#M56623</link>
      <description>&lt;P&gt;I still don't see Oct 2011?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39813iFCC9969FDADF1813/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 13:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739930#M56623</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-31T13:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739954#M56627</link>
      <description>&lt;P&gt;scroll the chart to the right&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 13:54:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739954#M56627</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2020-08-31T13:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739958#M56630</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;if you check the month year filter you have all months for 2 fiscal years&lt;BR /&gt;you need to scroll the chart from the bottom to the right to see the remaining months on the chart&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 13:57:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739958#M56630</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2020-08-31T13:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739969#M56632</link>
      <description>&lt;P&gt;Okay I see it now... but why are we making Oct 2011 to be 0 again? is it because it is start of a new year for 010? Same will happen in Oct 2012?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 14:10:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739969#M56632</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-31T14:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739976#M56633</link>
      <description>&lt;P&gt;yes the fiscal year for company 010 starts every october&amp;nbsp; other companies may have the start date of the fiscal year on each January&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 14:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739976#M56633</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2020-08-31T14:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739977#M56634</link>
      <description>&lt;P&gt;just keep in mind that user may select any month year&lt;BR /&gt;he may select Sep 2010 and Oct 2011 and so on...&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 14:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739977#M56634</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2020-08-31T14:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739995#M56637</link>
      <description>&lt;P&gt;Check attached&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 15:39:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1739995#M56637</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-08-31T15:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1740143#M56650</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;fine if you don't select any month&lt;BR /&gt;but when you select Oct 2011 the opening balance is no more zero which is wrong&lt;/P&gt;&lt;P&gt;it is in the variable&amp;nbsp;$(vL.TrialBalance.OpeningBalance) that I'm getting every thing before the current month in the dimension&lt;/P&gt;&lt;P&gt;kindly advise&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 09:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1740143#M56650</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2020-09-01T09:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1740157#M56652</link>
      <description>&lt;P&gt;I am not entirely sure I understand what you are looking to get.&lt;/P&gt;&lt;P&gt;for Company code 010, would you always want to see 0 for Oct 2011 because it's first month is Oct 2010? or does it depend on selection? For example, if you select Dec 2010 for 010, would you want to still see 0s in Oct 2011 or would it not be Dec 2011?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 10:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1740157#M56652</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-01T10:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help with trial balance expression</title>
      <link>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1740159#M56653</link>
      <description>&lt;P&gt;for Company 010 every October the revenue and expenses should be zero (the opening balance) for the remaining months it is the cumulative sum for everything before that month&lt;/P&gt;&lt;P&gt;there are 3 measures on the pivot table&lt;BR /&gt;Opening Balance = sum of everything before that month&lt;BR /&gt;Activity = sum of amounts in that month&lt;BR /&gt;Closing Balance = Activity + Opening Balance&lt;/P&gt;&lt;P&gt;the only problem is in the Opening Balance for accounts under Revenue and Expenses the opening balance should be zero in October while for other months it is the sum of all months before that month in a particular fiscal year&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 10:33:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Help-with-trial-balance-expression/m-p/1740159#M56653</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2020-09-01T10:33:39Z</dc:date>
    </item>
  </channel>
</rss>

