Tables["Section"].Columns
["Column Name"].Sum[currBreak] “Section Name” refers to either the Results or Table section. “Column Name” refers to the fact column name. To apply a break at the parent level (the highest level), use the following syntax: Tables["Section Name"] .Columns
["Column"].Sum[currBreak. Parent] |