fsupport1600
MIS
I am trying to figure out an expression to calculate the following:
I have a product table, and each product is assigned a ProductTag. Example "S1".
I then have another table called, Funiture Selection. This tbale is used to select a room number, then select the ProductTag which represent the type of funiture selected and then input the quanity for that ProductTag.
ID Room Number ProductTag Quantity
1 D123 S1 10
2 D124 S2 5
3 D124 S1 6
I would like to generate a report that will calculate the total based on quantity for each of the ProductTag.
So in the above example ProductTag "S1" would total 16. I have various ProductTags and need a way to total the quantities up for each of them.
Thank You
I have a product table, and each product is assigned a ProductTag. Example "S1".
I then have another table called, Funiture Selection. This tbale is used to select a room number, then select the ProductTag which represent the type of funiture selected and then input the quanity for that ProductTag.
ID Room Number ProductTag Quantity
1 D123 S1 10
2 D124 S2 5
3 D124 S1 6
I would like to generate a report that will calculate the total based on quantity for each of the ProductTag.
So in the above example ProductTag "S1" would total 16. I have various ProductTags and need a way to total the quantities up for each of them.
Thank You