Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 52 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 288 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 111 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Building report with latest/recent records
We would like to build a report in OBIEE which should show only latest records i.e. records with max(end_timestamp) for the given Jobname without any RPD/DB Changes.
How the analysis or report should be created?
Eg. source data
JobName Status end_timestamp Comment
ABC Completed 07:00 C1
PQR Completed 08:10 C1-junk
PQR Failed 06:30 C1-junk-old
XYZ Failed 05:00 C1-xyz
XYZ Completed 04:00 C1-xyz-old
==== OBIEE report should only produce
Jobname Status end_timestamp Comment
ABC Completed 07:00 C1
PQR Completed 08:10 C1-junk
XYZ Failed 05:00 C1-xyz
Answers
-
Hi,
You could add a ranking by JobName based on end_timestamp descending, and then filter to only keep the ranking = 1.
0 -
Hi Gianni,
Thank you for swift response. It worked perfectly. Really appreciate your help on this thread.
Best Regards,
0
