Pre Calculated Column
Posted: Wed May 21, 2008 7:25 pm
Hi there
Another quick question, Im wanting to to create a precalculated column as follows to give me the total area for different types of materials:
CombinedParts.Area = CombinedParts.Length * CombinedParts.Width (This I have precalculated and is working.)
What i want to do now is to calculate the total area of all parts according to their material type.
So I try to make another precalculated column as follows:
CombinedParts.AreaTotal = sum(CombinedParts,CombinedParts.Area)
This will not work for me, Im not sure if its syntax or something else. I need the area total so I can multiply it by CombinedParts.SqrFtCost to get a cost in $.
When I used CombinedParts as a data band and group header of CombinedParts.Material i can then calculate the are total.
{Sum(GroupHeader1,CombinedParts.Area)}. Unfortunately i cannot use this figure any further.
Another quick question, Im wanting to to create a precalculated column as follows to give me the total area for different types of materials:
CombinedParts.Area = CombinedParts.Length * CombinedParts.Width (This I have precalculated and is working.)
What i want to do now is to calculate the total area of all parts according to their material type.
So I try to make another precalculated column as follows:
CombinedParts.AreaTotal = sum(CombinedParts,CombinedParts.Area)
This will not work for me, Im not sure if its syntax or something else. I need the area total so I can multiply it by CombinedParts.SqrFtCost to get a cost in $.
When I used CombinedParts as a data band and group header of CombinedParts.Material i can then calculate the are total.
{Sum(GroupHeader1,CombinedParts.Area)}. Unfortunately i cannot use this figure any further.