Having problem with Manager Field in OTBI
Summary
Having improper value of Managers in OTBIContent
In our system we have two different manager type i.e. functional manager and one is matrix manager. Functional Manager we are able to extract from Worker folder - Manager Name and Matrix Manager we are able to extract from Matrix Manager - Top Manager Name (in this field's column properties we are writing CASE WHEN "Matrix Manager"."Top Manager Type" = 'Matrix Manager' THEN "Matrix Manager"."Top Manager Name" ELSE '' END). So several problems are happening:
1. Terminated employees having older hierarchy- It means at present if we search a terminated employee from Person Management, then no manager details showing, but in OTBI data is coming from the employee's old data. So please suggest how to overcome this situation.