Reputation: 611
How to create a “sheet selector” that gives the ability to select an individual sheet from the dashboard and replace all sheets with just the sheet selected.
Upvotes: 4
Views: 39295
Reputation: 1221
This workaround will work:
In parameter dialog box assign values as shown below:
Data type : String
Allowable values : List
List of values : All, Sheet 1, Sheet 2, ..
and give it a name
Create calculated field (Right click in data window to the left)
Give parameter name from step 2 in Formula text box.
For each sheet in workbook, drag calculation field created in step 4 into filters shelf and do as follows:
All
in text box and click add item button. type particular sheet name and click add item.create a dashboard
Right click on worksheet and select Parameter
--> Select a sheet
. You can find new filter added to your right side and you can select which sheet to show in dashboard.
Upvotes: 5