spining123
Technical User
I am trying to create a Statistic Report using Crystal Report. I successfully created two basic reports with no problem. This one I will need a jump start with writing formulas.
Each record have a collection_number, title, type, and number_of_items. The three types are C, I, and R.
I would like to group the report by collection_number with a subgroup by title.
For each collection_number group I will have 3 field columns. C for Copy, I for Inter, and R for Reader.
Under each column for each collection_number group are the statistic fields, sum the number_of_items for that collection_number (this is the Item field) and sum the number of records with the same collection_number (this is the Use field).
Example:
Collection Number/Title Copy Inter Reader
Use Item Use Item Use Item
00018
TitleABC 3 6 2 2 10 20
000020
TitleEFG 1 2 5 5
The first Collection group have 3 C-type Users with a total of 6 Items, 2 I-type Users with a total of 2 Items and 10 R- type Users with a total of 20 items. Therefore, there are 15 records with the same Collection Number and Title.
Your help is truly appreciated with getting this report started.
Each record have a collection_number, title, type, and number_of_items. The three types are C, I, and R.
I would like to group the report by collection_number with a subgroup by title.
For each collection_number group I will have 3 field columns. C for Copy, I for Inter, and R for Reader.
Under each column for each collection_number group are the statistic fields, sum the number_of_items for that collection_number (this is the Item field) and sum the number of records with the same collection_number (this is the Use field).
Example:
Collection Number/Title Copy Inter Reader
Use Item Use Item Use Item
00018
TitleABC 3 6 2 2 10 20
000020
TitleEFG 1 2 5 5
The first Collection group have 3 C-type Users with a total of 6 Items, 2 I-type Users with a total of 2 Items and 10 R- type Users with a total of 20 items. Therefore, there are 15 records with the same Collection Number and Title.
Your help is truly appreciated with getting this report started.