Hi Suresh,
It is not possible to apply filter dynamically through derived from table option in input parameter,
But we have an alternate approach that is build an attribute view based on your data base table and filter on the required column with filter condition value $$IP_PARAMETER$$. This attribute view is used as a value help view while creating input parameter.
NOTE: Input parameter name and filter condition value in attribute view should be same.
Thanks