gl_excel:linebudgetround

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
gl_excel:linebudgetround [2010/06/21 14:56 UTC] – created mwolfegl_excel:linebudgetround [2023/07/24 14:33 UTC] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== LineBudgetRound ====== ====== LineBudgetRound ======
-This function returns the [[LineBudget]] in thousands.  Its usage and parameters are the same as the LineBudget function.  The LineBudget function is called then the following calculations are performed on the result:+This function returns the [[LineBudget]] in thousands.  Its usage and parameters are the same as the LineBudget function, with the exception of the Company parameter*.  The LineBudget function is called then the following calculations are performed on the result:
   * the value returned is rounded to the nearest thousand   * the value returned is rounded to the nearest thousand
   * then divided by one thousand   * then divided by one thousand
   * then the Budget User Report Adjustment is applied   * then the Budget User Report Adjustment is applied
  
-%InlineCode{LineBudgetRound(UserRpt, LineCode, BudgetDate, //Company//)}%+**LineBudgetRound(UserRpt, LineCode, BudgetDate)**
  
 +%fineprint{*NOTE: The Company parameter is not supported for this function because it would require User Report Adjustments to be made on a company by company basis, which would add too much complexity to the process.}%
 ==== Example Usage ==== ==== Example Usage ====
-  * %InlineCode{=LineBudgetRound("BALCON", "A01", "7/31/2009")}%  Returns the budget in thousands for line A01 of the BALCON user report for the month of July 2009. +  * **=LineBudgetRound("BALCON", "A01", "7/31/2009")**  Returns the budget in thousands for line A01 of the BALCON user report for the month of July 2009. 
-  * %InlineCode{=LineBudgetRound("BALCON", "A01", "3/17/2009", "Cit")}%  Returns the budget in thousands for the Citizens Savings Bank accounts in line A01 of the BALCON user report for the month of March 2009 (ie, it excludes all of the service company accounts).  See below for more information about the Company parameter.+  * **=LineBudgetRound("BALCON", "A01", "3/17/2009")**  Returns the budget in thousands for line A01 of the BALCON user report for the month of March 2009.
  
 ==== Required Parameters ==== ==== Required Parameters ====
Line 15: Line 16:
 {{section>parameters#linecode}} {{section>parameters#linecode}}
 {{section>parameters#budgetdate}} {{section>parameters#budgetdate}}
- 
-==== Optional Parameters ==== 
-{{section>parameters#company}} 
  • gl_excel/linebudgetround.1277132190.txt.gz
  • Last modified: 2010/06/21 14:56 UTC
  • by mwolfe