Skip to Content
0
Jun 16, 2014 at 01:18 PM

Calculation view with input parameters

55 Views

Hello there.

I got a calculation with that expects 2 input parameters.

But now I have to created another calculation view that import this calculation view.

How can I pass these 2 parameters using sqlscript?

My script so far

cv1 = CE_CALC_VIEW("_SYS_BIC"."calc_1",["CR"],'"COMPANY"=''7000''');

I must pass 2 parameters in this "_SYS_BIC"."calc_1" table