Excluding companies from Consolidated Reports

Excluding companies from Consolidated Reports

Issue
You would like to exclude any number of companies from the consolidation reports in Velixo for MYOB Advanced.

Resolution
All the financial functions include a Branch argument to filter by branch or company. If you leave it blank, it includes every single company and branch.
Companies in Acumatica/MYOB Advanced can be setup to be with or without branches:

If a company is setup without branches, you can just use the Company ID as if it was a Branch in all the functions. If a company has branches, you can retrieve all the branches for this company by doing =BRANCHLIST(Connection, Company) and then use the resulting set of branches

To report on everything EXCEPT one company, you can do a few things:
Velixo Version 4
Get the full list of branches/companies that should be included and pass that as the Branch filter in all the functions
Velixo Version 5
- Use the new feature in Velixo 5 that allows you to include everything EXCEPT a few items -- see the Everything (*) operator in this article: https://support.velixo.com/hc/en-us/articles/360042333552-Specify-multiple-entities-ranges-and-wildcards-in-functions