cancel
Showing results for 
Search instead for 
Did you mean: 

Flow of Execution

0 Kudos

Greetings Experts,

I have the following scenario.

I have an attribute which has all the base data which gets manipulated in different ways in calculation views.

Users now request to have dynamic filtering based on particular field (can be single or a set of values)

This filter has to be applied to the attribute where the base data is from since calc views already manipulate the given population.

My question is the following:

When the front-end platform calls the HANA calc views will the calc views present the population based on the values entered by the users?

For example,

Will the flow resemble the following?

1.Enter input values

2.Execute attribute views with the desired inputs

3.Execute the calc views with the population already filtered from the attribute view.

4.Display attenuated results.

Best,

Luis

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The query will filter the output based on transformed values in the calculation view and not based on raw data in the attribute view. If you need to filter based on raw data,  then create two attributes one for base data and the other one for transformed data and pass your selection on the one having base data.

Hope this helps?

Regards,

Krishnan.

Answers (0)