We have a SQL calculation view, "ahcms.md/EMPLOYEE_T", at requires the input parameter KEYDATE ;
| PA0001.begda <= :KEYDATE and PA0001.endda >= KEYDATE and | |
| PA0002.begda <= :KEYDATE and PA0002.endda >= KEYDATE |
We are calling this calculation view from another calculation view;
| from | ||
| "_SYS_BIC"."ahcms.md/EMPLOYEE_T" |
However we are not able to pass the parameter required.
Anyone know how to do this?