Here is the problem scenario
Report has to display product sales and each of these prodcuts belongs to specific classes.
ex: class prod
1 12
1 18
1 109
2 5
2 11
3 10
3 98
3 101
Report is generated by grouping first on 'Class' and then by 'product'
Requirement>> I want to give an option to user like..
'whether you want report at classlevel or product level?'
1))If user says 'class level'
Then display all the classes available in ther paraments
He should be able to say 'All' or make selection of the specific classes
2))If user says 'prod level'
Then display all the products available. He should be able to say 'All' or make selection of the specific products.
Can we have handle parameters Dynamically like above?? If so can somebody give me some hints please??
Thanks in advance
Report has to display product sales and each of these prodcuts belongs to specific classes.
ex: class prod
1 12
1 18
1 109
2 5
2 11
3 10
3 98
3 101
Report is generated by grouping first on 'Class' and then by 'product'
Requirement>> I want to give an option to user like..
'whether you want report at classlevel or product level?'
1))If user says 'class level'
Then display all the classes available in ther paraments
He should be able to say 'All' or make selection of the specific classes
2))If user says 'prod level'
Then display all the products available. He should be able to say 'All' or make selection of the specific products.
Can we have handle parameters Dynamically like above?? If so can somebody give me some hints please??
Thanks in advance