Skip to Content
1
Jul 20, 2020 at 07:09 PM

Passing variablevalue from sac to hana(to input parameter of cv)

444 Views

Created an analytical application in sac.

I have drop down and button.

Selected values from dropdown and servariablevalue to table as below (onclick button)

Table.getDatasource().setVariableValue(dropdown.getSelectedText());

I checked in Sac, getting the values for variables as expected.

But the data from hana, i am gettkng all the data with out filtering with variable values sent from sac to hana via variables to input parameters.

Can anyone help here?

Thanks

Manju