By using this website, you agree to our Terms of Use (click here)
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?
Try this for the Branch ID:
Report.IntToUI('OrganizationBranchReportParameters.BranchID',@BranchName)
And this for the Branch Name:
Report.GetDescription('OrganizationBranchReportParameters.BranchID',@BranchName)
I use =@UnitText to pull the name from the descriptions I've added in the Unit Set
