July 14, 2009 at 6:36 am
Hi I am new to to SSRS...I have requirement to create a report based on filter
I need to select Product>Product type>Product name>Total revenue(fact value) based on the Date.
For more clarity all the information should be in Drop down
select Product
select Product Type
select Product Name
and display the total revenue.
All the fields Product,Product type and Product name are in different dimension tables.
How can i achive this from SSRS??
July 14, 2009 at 9:10 am
Are you talking about a product hierarchy where you select a product from a list and the product type drop down is filtered on this value and the product name drop down is filtered by product and product type selections?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
July 15, 2009 at 9:27 am
Hi Jack
Exactly,i need that only i need to select Product from the dropdown then i ill have one more drpodown for product type like wise...
Pls let me know the approch..
Thanks in Advance
July 15, 2009 at 9:53 am
First you create your datasets like Products, ProductType, ProductName. Then in the ProductType dataset you put a parameter in the SQL for your ProductID. and then the same for ProductName. Then for each report parameter you set the parameter to use the appropriate dataset as it's source. This will automatically cause the parameter lists to "cascade"
Attached is an example using the AdventureWorks database (available on codeplex).
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply