I have a row format for all of my different divisions. I want to divide one of the numbers with total company sales. This is how I've done it, but I have to tell you, surely there is a much more intelligent way.
In my tree I have
division +
|
+---------tot
division2+
|
+----------tot
The division and division 2 row format is all P&L2. The row link is to row format tot for row Revenue. The account mask is [div]?????????????
The tot row format is tot. The only row in tot is for revenue and has a gl link of 3. The account mask for tot is ??&?????????????? etc. So I pulled general info in tot to detailed sheets division adn division2 by making a separate child for each division in the tree format. This means we have to query an entire year's worth of data or whatever for each division. If tot is at the same level as division and division2, this won't work, to tahs to be a child. Isn't there something way smarter than this So I can get total revenue and division income statement on teh entire sheet.