Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Sending parameters between script calculation views

$
0
0

Hi Amir,

 

I am on SPS 06 and can pass the parameters using the new syntax. May be you can try on your DB and check if it works. For me, I can pass parameters from my script based Calc view to another Graphical Calc view using the following syntax:

 

SELECT C_COMPANY, C_COUNTRY, C_SALES

FROM "_SYS_BIC"."sales.querybased/ZSCV_SALES"

(

  PLACEHOLDER."$$IN_DATE_FROM$$" => :V_DATE_FR,

  PLACEHOLDER."$$IN_DATE_TO$$" => :V_DATE_TO,

  );

 

For details, please refer to 6.5 Column View Parameter Binding in SQL script reference guide.

 

Regards,

 

Ravi


Viewing all articles
Browse latest Browse all 9165

Trending Articles