Dear All,
I have created a view for one of my functionality and I have used HCMEmployment table as one of the data source in the view as I was not known that there could be multiple records in the table.
Because of which I am getting multiple records in the view. Now I want to filter those record, I mean I want only one record should come.
First I thought of applying range in the view only.But that is not the solution as I would have to hard code it.
Is there any solution so that I would get ony one record from HCMEmployment in the VIEW.