October 21, 2013 at 10:02 am
In an existing SSRS 2008 R2 report, I want to have a dynamic selection for users to pick from. The
selection for the user would be to click a plus sign in a box. Basically the user could click on
an item called product. After the user clicks on product, they would be directed to a new web page.
The new web page would look like:
+ bread
+ milk
+ fruit.
The user could click on the + sign in front of 'fruit' in the example listed above. The user will
then be taken to another page that lists the type of fruit they can by.
Thus can you tell me and/or show me the following:
1. How to make the plus sign in a box show up,
2. How to make the various subcategories show up after the user clicks on the web page.
October 21, 2013 at 11:29 pm
wendy elizabeth (10/21/2013)
In an existing SSRS 2008 R2 report, I want to have a dynamic selection for users to pick from. Theselection for the user would be to click a plus sign in a box. Basically the user could click on
an item called product. After the user clicks on product, they would be directed to a new web page.
The new web page would look like:
+ bread
+ milk
+ fruit.
The user could click on the + sign in front of 'fruit' in the example listed above. The user will
then be taken to another page that lists the type of fruit they can by.
Thus can you tell me and/or show me the following:
1. How to make the plus sign in a box show up,
2. How to make the various subcategories show up after the user clicks on the web page.
Three reports are needed. Category, Subcategory and Product level reports.
Category level...create a report based on the category table. The report would have a table into which the first column has a + sign hard coded. Using the text box properties of this cell use the action to call a second report passing the category parameter to the second report.
Subcategory level...repeat the category report but using the subcategory table as a source. Create a parameter for the category to receive the value passed from the category level report. The same table structure will be used as for the category level with the + sign calling a product level report.
Product level...receive the parameter for subcategory then displays the report.
Fitz
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply