Hi!
I have a report that needs to create a cross-tab (or another method) to summarize quantities in several fields. It is compicated by the fact that this customer uses a data record which uses 4 different fields to store a similar type of entry and wants them summarized together.
Let me be specific:
Each record can hold four types of rental units and four corresponding quantities.
Record one can have:
field name value
rentalType1 = chair
Quantity1 = 8
rentalType2 = table
Quantity 2 = 2
rentalType3 = tablecloth
Quantity3 = 2
rentalType4 = chafing dish
Quantity4 = 1
Record two can have:
rentalType1 = tablecloth
Quantity1 = 4
rentalType2 = napkins
Quantity2 = 16
rentalType3 = chair
Quantity3 = 16
Of course, the types of rental units are not known in advance.
The user wants a report to summarize his rental units and quantities:
Rental Type Total
=========== =====
chafing dish 1
chair 24
napkins 16
table 2
tablecloth 6
Does anyone have an idea how to group these so they can be put into a single table as shown?
Thanks for the help!
Meryl
I have a report that needs to create a cross-tab (or another method) to summarize quantities in several fields. It is compicated by the fact that this customer uses a data record which uses 4 different fields to store a similar type of entry and wants them summarized together.
Let me be specific:
Each record can hold four types of rental units and four corresponding quantities.
Record one can have:
field name value
rentalType1 = chair
Quantity1 = 8
rentalType2 = table
Quantity 2 = 2
rentalType3 = tablecloth
Quantity3 = 2
rentalType4 = chafing dish
Quantity4 = 1
Record two can have:
rentalType1 = tablecloth
Quantity1 = 4
rentalType2 = napkins
Quantity2 = 16
rentalType3 = chair
Quantity3 = 16
Of course, the types of rental units are not known in advance.
The user wants a report to summarize his rental units and quantities:
Rental Type Total
=========== =====
chafing dish 1
chair 24
napkins 16
table 2
tablecloth 6
Does anyone have an idea how to group these so they can be put into a single table as shown?
Thanks for the help!
Meryl