Hello KenGamble,
In the Financial Reporter, you can use the codes .B, .BY, .BM or .B[n]M to get the year's budget, Budget YTD, Budget for the current period or the budget for any specific period ([n]) for any set of accounts. The line on the financial statement for the current period would be:
Code:
Col A Col B Col C Col D
.Range [acct list] =ADGET("gldata.DESC",$Bn) =ADGET("gldata.BM",$Bn)
then just expand the range.