Guys,
I would like to create a summary on the report footer and based on the details, I want to automatically have the right summary.
This is basically what I have in my details. Not using any grouping.
So far my summary is something like this and I am using running totals.
*the total count of type1 are all static text.
1) How can I have it in my summary to suppress Type3 in my summary, since in this particular instance there is no detail on Type3?
2) The other question is that Product Type is pretty much a variable, so how can I have a dynamic summary?
-- gyfu --
Crystal Ver 10
Microsoft SQL
I would like to create a summary on the report footer and based on the details, I want to automatically have the right summary.
This is basically what I have in my details. Not using any grouping.
Code:
Item No. Invoice No. Product Type
1 1234 Type1
2 5466 Type2
3 5456 Type4
Code:
Total count of Type1 1
Total count of Type2 1
Total Count of Type3 0
Total Count of Type4 1
1) How can I have it in my summary to suppress Type3 in my summary, since in this particular instance there is no detail on Type3?
2) The other question is that Product Type is pretty much a variable, so how can I have a dynamic summary?
-- gyfu --
Crystal Ver 10
Microsoft SQL