
- SAP Design Studio Tutorial
- SAP Design Studio - Home
- SAP Design Studio - Overview
- SAP Design Studio - Key Features
- SAP Design Studio - How To Logon
- SAP Design Studio - Navigation
- Create an Application
- Add Data Source
- HANA Connectivity
- Setting Up Bookmarks
- Working With Data Sources
- Connect to a UDS
- SAP Design Studio - Exporting Data
- HANA Mode Interactive
- Working With Info Charts
- Working With Filters
- SAP Design Studio - Geomap
- Exporting an Application
- Exporting as Templates
- Visualization Templates
- Custom Dashboards
- Refresh a Document
- SAP Design Studio Useful Resources
- SAP Design Studio - Quick Guide
- SAP Design Studio - Resources
- SAP Design Studio - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
SAP Design Studio - Working with Filters
Filters are used to limit the data in visualization in SAP Design Studio. You can create different types of filters and use analytic components and basic components to set up filters.
Setting up an Analytic Component as a Filter
To set an analytic component as a filter, you need to enable the selection that allows the user to select the individual component.

Select Analytic component → Properties Pane, under Events Enable → True. Go to Onset to add a script to this event. You can use the setFilter script method to set the filter.
In the script, you need to select the Data source, scripting method, dimension and value.

DS.setFilter(“00_Sold_To”, CROSSTAB.getSelectedMember(“00_Sold_To”).internalkey);

Save the application and run it locally. Select the Sold to Party component.

You can also set up a basic component as filter in the similar manner.
Adding a Dimension Filter
To add a dimension filter, select a filter from the analytic components and drag it to the canvas area.

Go to the Properties tab of the Dimension filter → Data Binding. Then Under Data Binding, select a data source.
Go to dimension, and select the dimension on which you want to apply the filter.

Select the Data source and dimension as shown in the following screenshot and then save the application.

Once the application is saved, then you can run the application locally.


Click on the dimension Filter and you will be prompted to select a dimension value from the available list. You can also go to the range tab to put a start and end value.

Once you select the dimension, data in component is filter accordingly. To apply the filter settings, click on the Apply button.

Editing a Filter
To edit a filter in SAP Design Studio, go to the Outline tab and under the Layout folder. There you can see a list of all the filters that are applied in an application. To edit an application, select the filter you want to edit.

Go to the Properties tab of the selected filter and make changes as required. Save the changes that you have made and run the application to reflect the changes.

Removing filter
To remove a filter in an analysis application, go to Outline View → Layout. Select the filter you want to remove. Right click and you will get all the following options.

Click on Delete to delete the selected filter as shown in the above screenshot.
You can also Copy, rename or check reference of each filter in an analysis application from here.