====== LineBudgetRound ====== 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 * then divided by one thousand * then the Budget User Report Adjustment is applied **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 ==== * **=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", "3/17/2009")** Returns the budget in thousands for line A01 of the BALCON user report for the month of March 2009. ==== Required Parameters ==== {{section>parameters#userrpt}} {{section>parameters#linecode}} {{section>parameters#budgetdate}}