Hi Experts ,
I have tableView where i need to diplay records
reccord CONTAINS DIFFERENT COLUMN FIELDS .
<i><b>PERSONAL NO
PERIOD(OFtime entry : for given week)
TYPE OF TIME ENTRY --> OT or PTO</b></i>
records of two types i.e.
a)OverTime type -
>OT
b) Paid Time Off----
>PTO
the condition is if personal number and given period of time two reccords are equal then that should be displayed as one reccord in tableView with two columns for Overtime and PaidTime Off.
Waiting for your suggestions
Thanks