cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Using input Control values

Former Member
0 Likes
684

Hi All,

please help I want to get the input control value and use it in a report heading.

for intance I have input control on Profit Center if the user selects a certain profit center I would like to use that value as the report heading.

I am using webi 4.2 as a reporting tool

View Entire Topic
yorur_oz
Explorer
0 Likes

Hi Thato,

You can use ReportFilter function:

=ReportFilter([Your Input Control Object])

reportfilter.jpg

Former Member
0 Likes

.. Right