Quantcast
Channel: SCN : Discussion List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 5653

Passing mandatory parameter within several calculation view

$
0
0

Hi, I have syntax error when I try to pass parameter between several calculation view; let say:

 

Calculation view A: has mandatory parameter called company;

 

and

 

Calculation view B: has mandatory parameter called company;

 

What I want to achieve is to passing parameter from user from Calculation view B and then within Calculation view B, I called Calculation view A with user inputted parameter.

 

I have try similar like this, but giving me error:

 

var_out = SELECT ...

           FROM :CA_A a,

          "_SYS_BIC"."package-testing/CA_B" ('PLACEHOLDER' = ('$$COMPANY$$', COMPANY)) b

          ...

          ...

          ...;

 

SQL: sql syntax error: incorrect syntax near "COMPANY": line ...

 

NB: COMPANY is mandatory parameter inside Calculated view B


Viewing all articles
Browse latest Browse all 5653

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>