cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling Line Selection in the cross-tab

Former Member
0 Kudos

Hello Experts,

I've a scenario wherein, i'll represent the data in a crosstab and allow user to select the line and then click on a button for some edits like:

Now I'm not able to select the row for edit in the crosstab but I can only able to edit the last column i.e. Comment and then click on edit

Is there something do we need to do in order to enable row selection ?

Thanks & regards,

Jomy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Selecting in Design Studio is only possible on the last characteristic/dimension of the crosstab unfortunately. You can however use the getSelectedMember function for any field in the selected row.

Sjoerd

Former Member
0 Kudos

Hi Sjoerd,

The idea is to select that row so that user gets a feel that he selected that row to later click on edit button.

I dont think so that getSelectedMember function will give that feel to the user , right ?

Thanks,

Jomy

Former Member
0 Kudos

Hi Jomy,

The selected row (the last dimension of it..) should remain highlighted after selecting.

Sjoerd

0 Kudos

HI Jomy,

               Please go through this thread I think it might be useful .

                

Regards,

P.Hari Sagar

Former Member
0 Kudos

Hi Sjoerd,

Yes, you are right only the last dimension of it will be highlighted and not the row. It seems it will part of User training wherein they need to select the last dimension cell to select any corresponding row.

Thanks & regards,

Jomy

Former Member
0 Kudos

HI Jomy,

Unfortunately this would be the case, yes..

Please highlight my answer as correct if your question has been answered.

Sjoerd

Answers (2)

Answers (2)

kohesco
Active Contributor
0 Kudos

Hi,

I tested the code underneath and it is working, "vendor" is the dimension in my rows (line) and year in my columns. after click he set the corresponding vendor-member in TEXT_3

note (i had to add .text to convert member to string)

Karol-K
Advisor
Advisor
0 Kudos

Hi,

have you changed the property in crosstab to "enable selection".

you need to make this in properties.

Former Member
0 Kudos

Hi Karol,

I did that but not able to select that row but only select that last characteristic.

Thanks,

Jomy