I have created a reprot using command (SQL query) which retrieves all the employee details.Now i need to filter the data based on the conditions,
1) Employees joined in the Week numbers will be selected (example: 13,15,19) and the data should be filtered.
2) Employees joined in the selected months. (Exacmple : 2,5 months) and the data should be filtered.
Can anyone help me on how to filter the data? the months & weeks will be selected in the user interface.
1) Employees joined in the Week numbers will be selected (example: 13,15,19) and the data should be filtered.
2) Employees joined in the selected months. (Exacmple : 2,5 months) and the data should be filtered.
Can anyone help me on how to filter the data? the months & weeks will be selected in the user interface.