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

how to map variable in calculation view

Former Member
0 Likes
1,501

Hi,

I create a calcualtion view 1 with 2 variables and 1 input parameter as below. they are all good in the view

if put this calculation view 1 into calculation view 2 as data source, I can do input parameter mapping, but when I create a variable in view 2, there is no mapping between variable and variable. so please tell me how to mapping variable instead of input parameter.

Accepted Solutions (0)

Answers (1)

Answers (1)

DotEiserman
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Bo,

I'm sure you've figured this out a long time ago but variables are just used to restrict the output of the calculation view results, they cannot be passed down to other nodes. (The variable values are passed to the engine via the WHERE clause of the SQL statement.)

Parameters can however do that and be passed down to other nodes via parameter mapping.

Kind regards,

Dot