ronbconfused
Programmer
I am on version 10 of crystal. I have a sales report that i have to convert to crystal and i am having trouble. Here's an example of what i need to do:
We will allow variable categories selected from the parms drop down and they will be printed as a Primary, Secondary and Tertiary group with totals. The 3 groups will have the same items to choose from which are Sales Closer, Sales Manager, Price Code and Sale type. As you can see the only 2 that have anything in common is the first 2. If the user selects the first 3 as the primary, secondary and tertiary then the report will show the number of sales by price codes for the sales manager assigned to the closer.
I really have no idea how to do this. i do have a formula set up like this but i'm not sure what to do with it:
Switch (
{?PM-Primary}="Closer",{PersonnelTrans.Title},
{?PM-Primary}="Salesperson",{PersonnelTrans.Title},
{?PM-Primary}="Price Code",ToText ({SalesInventory.Week}),
)
i also have a record select based on each parm but again i am missing something. i have only been working in crystal for less than 2 months. if i had to do this on the as/400 no problem but this has me stumped. i hope i have been at least somewhat clear on this.
thanks for any help you folks can come up with.
We will allow variable categories selected from the parms drop down and they will be printed as a Primary, Secondary and Tertiary group with totals. The 3 groups will have the same items to choose from which are Sales Closer, Sales Manager, Price Code and Sale type. As you can see the only 2 that have anything in common is the first 2. If the user selects the first 3 as the primary, secondary and tertiary then the report will show the number of sales by price codes for the sales manager assigned to the closer.
I really have no idea how to do this. i do have a formula set up like this but i'm not sure what to do with it:
Switch (
{?PM-Primary}="Closer",{PersonnelTrans.Title},
{?PM-Primary}="Salesperson",{PersonnelTrans.Title},
{?PM-Primary}="Price Code",ToText ({SalesInventory.Week}),
)
i also have a record select based on each parm but again i am missing something. i have only been working in crystal for less than 2 months. if i had to do this on the as/400 no problem but this has me stumped. i hope i have been at least somewhat clear on this.
thanks for any help you folks can come up with.