cancel
Showing results for 
Search instead for 
Did you mean: 

Design Studio 1.5 row selection

severin_thelen
Contributor
0 Kudos

Hey all,

I have got a issue (I am not sure if it is a issue) with the table selection.


I want a selectable table to filter values in another datasource. The idea is, that the user can select a specific project in the table and the application will filter the next detail layer on this project.

What I do:

Crosstab Options

So I created a crosstab and enable the select option:

  • Selection Type: Single
  • Selectable Area: Rows
  • Enable Hover Effect: True

Logic of select event:

var myfilter=CROSSTAB.getMember("asdc...asdasd");

DS_1.setFilter("asdc...asdasd",myfilter);

What happen:

Principally the crosstab selection works fine, but I am unable to select the row on every element. For example I have a crosstab with 3 columns (characteristic,characteristic,measure). So I expect, that it does not matter, on which of this 3 columns the user click. But the user selection just works on the second characteristic.

Here is a small example

Red=Selection does not work

Blue=Mouse over

Changing Characteristic order has no effect.

What should I do, to make the complete row selectable?

Regards

Severin

Accepted Solutions (0)

Answers (1)

Answers (1)

TammyPowlas
Active Contributor
0 Kudos

When I want to do something like this, I always follow the same exact steps outlined here:

In my case, this is on the BI platform; I am not sure about your situation. 

severin_thelen
Contributor
0 Kudos

Hello Tammy,

thanks for the fast answer. I think that am was not clear enough. I does not need to change application, so this is not my issue. The issue is, that I could not select the row on every element.

In my opinion is this an unexpected behavior for the enduser. So the enduser think, the application is wrong or he does not know, how to correctly select the row.

Datasource is a BeX Queries and we use BOE 4.1.