questions about - MakeArray
need to create two arrays on in main and other in sub report
arrays are defined as (Team, Cell, Type)
Team 1-4
Cell 1-6
Type 1-2
i am pulling production and setup values into teams in the main report for operations
then i am pulling produciton and setup values into teams in the sub report for nested operations
then want to combine Arrays in footer
Team(1) Cell(2) Type(2) + Sub[Team(1) Cell(2) Type(2)]
the documentation does not address syntax
help