Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Can any one help me with this fix ..?
I have an field Employee and have different rows employee
I want Reportsname based on ReportsTo where ReportsTo are Emp.ID..without using mapping function..
left join (Employee)
Load EmpID as ReportsTo,
empName as ReportsName
Resident Employee;