cancel
Showing results for 
Search instead for 
Did you mean: 

Handling HANA input parameter in SAP BO Design Studio

Former Member
0 Kudos

Dear all,

           I have an input parameter defined at my HANA view. I am consuming the same view in Design Studio.

          For eg: User Id is assumed here as the input parameter.

          I have got the solution how to set an input to the placeholder with the user id .

VAR A=(APPLICATION.setVariableValueExt(input parameter name,DS_1.getinfo  ().user))

          But I am not able to find out how can I filter my chart with the same data source  with this input parameter being set .

       In web intelligence,we can easily handle this by creating a derived table.

         It will be very helpful if anybody can help me regarding the filtering part?

Regards

Archana

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Archana,

When you use APPLICATION.setVariableValueExt it is expected that all Datasources that have that input parameter are filtered. So the filtering is done automatically. If you have that column in your data set you could easily find that with <Datasource>.getMemberList(dimension, memberPresentation, memberDisplay, maxNumber) where the dimension should be the one which you have applied the filter value on.


Regards, Bogdan

Former Member
0 Kudos

Dear Bodgan,

Thanks for the reply

Regards

Archana

Answers (0)