Regd tracking name change in OTBI
Summary
Regd tracking name change in OTBIContent
Hi ,
We have name change report where we track any changes to person name in past 7 days and display the person's details on the report.
We use Workforce Management - Person Real Time subject area for this purpose and have a condition:
"
"Workforce Management - Person Real Time"."Person Names"."Last Update Date" BETWEEN
TIMESTAMPADD(SQL_TSI_DAY, -7, CURRENT_DATE) AND CURRENT_DATE
"
So, any changes to person names folder will show up.
But now the request is to add the old values of the names to the OTBI report.
I dont think it is possible as even in front end I can see old values in Person name history.