By using this website, you agree to our Terms of Use (click here)
Notifications
Clear all
Acumatica Analytical Report Manager (Financial Report Writer)
3
Posts
3
Users
2
Reactions
1,693
Views
July 17, 2020 9:53 pm
Does anyone know what coding to use on the column set so when you run a report using a unit set that is a consolidation of branches and companies when you click on one of the companies or the branch from the report tree what displays for that P&L will show that specific company or branches name and not just the organizations name?
2 Replies
September 22, 2020 12:56 am
Try this for the Branch ID:
Report.IntToUI('OrganizationBranchReportParameters.BranchID',@BranchName)
And this for the Branch Name:
Report.GetDescription('OrganizationBranchReportParameters.BranchID',@BranchName)
January 13, 2021 6:09 pm
I use =@UnitText to pull the name from the descriptions I've added in the Unit Set
