I am trying to figure out how to calculate pergentages by subtotal. Using
Product Sales Per Period Demo as an example...
2003 Bike Rack total is 134.9k and Total 2003 Accessories is 590.3k Id like to add a column next to 2003-Total called "2003 % to total" where id see something like ..134.9 / 590.3 = .2285 = 22.85%, so Bike Racks were 22.85% of Accessory Sales in 2003. and so on for each item in each group ...
Im not sure how exactly to do this in report writer. I think I could do it if I could bind an expression to a textbox in some particular group.
an expression something like ... = Fields.2003Sales / Report.Groups.AccessoriesGroupFooter.Textbox17.value
how can i acheive this ...
thanks in advance...