Hi Experts,
I'm trying to get active employess from the table. it looks like as shown as below:

I created a simple calculation view and create two input parameters which is used in the projection node to filter the data and as shown as below:
Filter Expression:
"START_DATE" <= $$IP_EDATE$$ AND "END_DATE" >= $$IP_SDATE$$
My need is can i use single input parameter to filter the data....???
Thanks in advance