Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 218 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 82 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations 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