Hello, I am having issues with the summary. I have an item that multiplies a tax rate, this taxe rate is unique per subsidiary, but when i select the total subsidiaries level, the multiplication instead of taking the rate assigned to its subsidiary takes the sum of all the rates. An example: Subsidiary 1- Amount: 100 rate: 2 converted amount: 200 Subsidiary 2- Amount: 100 rate: 1.5 converted amount: 150 Subsidiary 3- Amount: 200 rate: 1 converted amount: 200 Total subsidiary- Amount-400 rate: 4.5 converted amount: 1800 As long as i keep it on a subsidiary level it is ok, but as soon as i switch to the upper level (Total subsidiary) it does it wrong. The tricky part is that my amounts come from another module, and in order to get them right the summary is set to formula. My rate comes also from another module, and if i set the summary to none, when i go to the Total Subsidiary level i have nothing (it tries to do 400*0). Can anyone help me out? I hope i explained myself...