cancel
Showing results for 
Search instead for 
Did you mean: 

Set data source filter based on secondary dimension

nkovach
Explorer
0 Kudos

New to Design Studio trying to get a multiple data source filter working.

One data source is a list of people and corresponding units (departments).

PERSON UNIT
JOE 100

JOHN 105

Other data sources need to use the department as a filter but the user would select the person not the department. I have a drop down for the person selection but how do I translate that to the other dimension (department) to use as a filter for the datasources?

Accepted Solutions (1)

Accepted Solutions (1)

MustafaBensan
Active Contributor
0 Kudos

Hi Natalie,

Unfortunately, you cannot achieve your requirement directly with standard Design Studio functionality. One workaround I can suggest is to use the Community SDK Data Iterator component. Under this approach you would populate your drop down list via scripting by iterating through the data source and setting the value of each drop down item to the Unit/Department dimension and the text to the Person dimension. Then when a dropdown item is selected, you would get the Value of the item to apply as the filter for the target data source.

If you upgrade to Lumira Designer 2.1, data iteration is part of the standard functionality.

Regards,

Mustafa.

nkovach
Explorer
0 Kudos

Thanks for the info, I sort of suspected that was the case. I'll look into upgrading to 2.1.

Answers (1)

Answers (1)

TammyPowlas
Active Contributor
0 Kudos

Natalie, what is your data source? If it is a BEx query then you could look at report to report interface - see this blog https://blogs.sap.com/2015/12/29/sap-businessobjects-design-studio-report-to-report-interface/

nkovach
Explorer
0 Kudos

Unfortunately not a BEX query, it's a universe.