Dear Experts,
I am passing a input parameter of datatype as DATE to a scripted calculation view which will return the data from Start of this Year
till the date provided by the user, Scripted calc view looks like -
where INPUT_END_DATE is input parameter defined as
This scripted calculation view is validated/activated with No error but when I do the data preview and Select today's date from shown
calendar then no result is displayed.However if I replace the INPUT_END_DATE with CURRENT_DATE (which returns todays date as per HANA sql function) then the result is displayed. I tried to keep input parameter as :INPUT_END_DATE but still no result.
Can you please help me to know whats not correct while passing Date as input parameter.
Thanks & Regards,
Jitendra