Hi All.
I am trying to call a graphical calculation view with input parameters from a script based calculation view as below but getting syntax error:
SESSION_SAMPLE = SELECT SESSION_CREATE_DATE,SHA256,CA_MEASURE
FROM "_SYS_BIC"."WILDFIRE/CV_SESSION_SAMPLE"
WITH PARAMETERS ('PLACEHOLDER' = ('$$IP_START_DATE$$',:START_DATE),
'PLACEHOLDER' = ('$$IP_END_DATE$$',:END_DATE));
START_DATE and END_DATE are input parameters of the script based calculation view.
Can anyone please help me with the correct syntax for accomplishing this?
Thanks,
Goutham