cancel
Showing results for 
Search instead for 
Did you mean: 

How to catch value from Input Control in Webi?

former_member354226
Participant
0 Kudos

How to catch value from Input Control in Webi?

I tried by using ReportFilter() function but it's not working properly.

ReportFilterSummary() function is giving a huge output which I don't want.

I just want particular selected value from input control.

Data source is BEx.

Thanks in advance

Accepted Solutions (0)

Answers (1)

Answers (1)

kohesco
Active Contributor
0 Kudos

a report filter will fetch you the filters on the report, so if your input control is set to only one block and not the whole report, it is normal that it will not fetch you the values. The most easiest way is to use the dimension it self and add that part (cell/table) to the dependency of your input control

former_member354226
Participant
0 Kudos

How can we add the cell to the dependency of input control?

kohesco
Active Contributor

Hi

you can use a table that looks like a cell (remove header) and via this method you will be able to select it as a block

OR

set as report: