cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Lumira Designer Hide dimension fields from a data source

0 Kudos

Hi,

is it possible to hide dimension fields from a data source fields list using script?

My specific need is to hide dimensions using script from the filter line dimension fields' list.

Thank you,

Dimitris

Accepted Solutions (0)

Answers (2)

Answers (2)

reiner_hille-doering
Active Contributor
0 Kudos

Ones more to be a bit more precise: Filter Line shows a tag for each dimension that currently has filters defined.

Calling DS_1.clearFilter("DIMENSIONS1");

would remove this tag.

And the the Filter Line has "+" button to add filters for dimensions that don't have a filter yet. This list is configured by the Value Help Setting component.

reiner_hille-doering
Active Contributor
0 Kudos

If you mean "clearing a filter": yes:

DS_1.clearFilter("DIMENSIONS1");

If you mean configuring the value help dialog: You can only configure it a design-time using the ValueHelpSettings component - which unfortunately doesn't have any script functions to change the configuration at runtime.

0 Kudos

Thank you for your answer.

I mean not see the dimension in the dimension list at all.