cancel
Showing results for 
Search instead for 
Did you mean: 

WAD. How to get value of characteristic in selected row?

Former Member
0 Kudos

Hello, Sdn!

In web-template i have an analysis item with row selection enabled.

Is any solution(e.g. javascript) to get information about characteristic values in selected row and put this information in text item or use it for filter other dataproviders?

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi, you should be able to use the data binding functionality in the web items to pass the selected value in your table into other web items.

Former Member
0 Kudos

Hello, Mark!

With data binding i can only define dataproviders which affected by commands sent from analysis table with row selection.

but how i can compose command that set filter on affected dataprovider using values in selected row?

Affected Data Providers (LINKED_DATA_PROVIDER_REF_LIST)

You use this parameter to create a list of data providers to which all commands are sent.

For each entry in the data provider list, you select a data provider in the Affected Data Provider parameter (LINKED_DATA_PROVIDER_REF).

Former Member
0 Kudos

the problem is solved by using commad type SET_SELECTION_STATE_BY_BINDING.

Answers (0)