Hi,
I'm using CR Verson 8.0.1.0. I want to group records from a table in MS Access and then give out the summarize quantity. For example: A table in MS Access have records as below,
Item_Code Season Design Col_Code Adjust_Qty
2300MP 3Y ABC BN7 3
2300MS 3Y ABC WE1 4
2300MP 3Y ABC BN7 1
2300MS 3Y ABC BN7 2
2300PT 3Y ABC GD1 2
After I insert a group to the report I made, it is just show as below:
Item_Code Season Design Col_Code Adjust_Qty
2300MP 3Y ABC BN7 3
2300MP 3Y ABC BN7 1
2300MS 3Y ABC WE1 4
2300MS 3Y ABC BN7 2
2300PT 3Y ABC GD1 2
In fact, I want it to display as follow:
Item_Code Season Design Col_Code Adjust_Qty
2300MP 3Y ABC BN7 4
2300MS 3Y ABC WE1 6
2300PT 3Y ABC GD1 2
I found that I can not add GROUP BY statement to the function "Show SQL Query" which in the CR. What I should do for displaying the summarise quantity by Item_Code?
Any suggustion is welcom! Thank you very much!
kyon
I'm using CR Verson 8.0.1.0. I want to group records from a table in MS Access and then give out the summarize quantity. For example: A table in MS Access have records as below,
Item_Code Season Design Col_Code Adjust_Qty
2300MP 3Y ABC BN7 3
2300MS 3Y ABC WE1 4
2300MP 3Y ABC BN7 1
2300MS 3Y ABC BN7 2
2300PT 3Y ABC GD1 2
After I insert a group to the report I made, it is just show as below:
Item_Code Season Design Col_Code Adjust_Qty
2300MP 3Y ABC BN7 3
2300MP 3Y ABC BN7 1
2300MS 3Y ABC WE1 4
2300MS 3Y ABC BN7 2
2300PT 3Y ABC GD1 2
In fact, I want it to display as follow:
Item_Code Season Design Col_Code Adjust_Qty
2300MP 3Y ABC BN7 4
2300MS 3Y ABC WE1 6
2300PT 3Y ABC GD1 2
I found that I can not add GROUP BY statement to the function "Show SQL Query" which in the CR. What I should do for displaying the summarise quantity by Item_Code?
Any suggustion is welcom! Thank you very much!
kyon