Hi,
We have developed extract to fetch job code,job name and position working hours .As job is attached to the multiple positions we have been using position UE as root data group and fetching job code,job name from the fast formulas by passing job_id.
in the etext output we are getting output like below
JOBCode1|JobName1|35.00
JOBCode1|JobName1|35.00
Because job is attached to the two positions.
Our requirment is we need to remove duplicates and want to print only once(distinct rows).
JOBCode1|JobName1|35.00
Please let me know if any one had faced this kind of requirement.We have gone through below post but no luck.
Thanks and Regards,
Siva