Skip to Content
Author's profile photo Karol Kalisz

Design Studio 1.6 – Advanced Selection in Scorecard

sometimes, you want to use the scorecard component to select only one member of some dimension (like showing only entries in status “in progress”). And perhaps you have already seen the button “Advanced Selection”..

ad1.PNG

When you open it, you will see that the chosen dimension is actually transformed to a selection string which is taking the data from data source.

ad2.PNG

In this case, the selection is simple – it is creating a scorecard based on members of the dimension “DISTR_CHANNEL”, and this is what you can see…

ad3.PNG

in this simple data source, we have 3 members and the total.

Option 1.

You want to remove the total. You can make this in the data source of course, but you can also change the selection for this dimension

from

{/”DISTR_CHANNEL”:”*”}

to

{/”DISTR_CHANNEL”:”?”}

and your total will disappear from scorecard (it will be not selected as row).

Option 2.

You want to have a single member from the dimension. You need to give the member key, like:

{/”DISTR_CHANNEL”:”1″}

and then your scorecard will select only this member from this dimension.

sd4.PNG

Of course, if you have many dimensions in your row scope, you can place this detailed selection at any place. When you modify the selection, your scorecard will show in the row scope:

sd5.PNG

Extra Topic

Scorecard selection model is not supporting multi-selections, so you do not need to try…

It means, when you need multi-selections, you probably need to use more scorecards with single selections. Sometimes the setting “Hide Header” can help you to place the scorecards together.

sd6.PNG

Example

The example is available as exported design studio app

APPLICATION ZIP FOR IMPORT

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Hi Karal,

       

      As always this particular post was very helpful in completing one of my usecase.

       

      Keep posting ....

       

      Rgds,

      Sethu.