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