cancel
Showing results for 
Search instead for 
Did you mean: 

Variable doesn't appear to pass values between calc views

former_member199630
Contributor
0 Kudos

Hi all,

Based on the Help in HANA, it says it is possible to map variables between calculation views in order to pass the values from one to other.

I was trying to do it, but it only appears the input parameters.

What am I doing wrong?

In the sub calculation view, I created the same variable I have in the top calculation view.

Thanks, Fede

Accepted Solutions (0)

Answers (1)

Answers (1)

maxnuf
Explorer
0 Kudos

Variables in essence are WHERE clauses, so HANA may already do filter push-down.

You are able to pass variables to `Views for value help` and `procedures for input parameters`.

So if you wanted, I suppose you could create a procedure/scalar function that takes a variable.

Use that procedure in a Input Parameter, and then map that to your underlying data source..