You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Announcing a new experience for the Oracle Analytics community coming April 4th!
This category will be read-only as we migrate this space from 3/30-4/4, after which you’ll be able to post as usual. See you there!

Data set in Data Model which doesnt work

Received Response
28
Views
26
Comments
edited Sep 11, 2019 5:18AM in Oracle Analytics 26 comments

Summary

Data set in Data Model which doesnt work

Content

Hello,

I'm working on an RTF template on which I want to display certain information of a table called "shipment_stop_debrief". Fyi I didn't create this data model from the start, i'm new at this.

I created another Data set with this content:

SELECT ITEM_PACKAGE_COUNT FROM

(

select t.*, row_number() over (partition by s_ship_unit_gid ORDER BY INSERT_DATE DESC) rn

FROM shipment_stop_debrief t) ITEM_PACKAGE_COUNT_DEBRIEF

where rn = 1

I linked this data set to another one via the SHIPMENT_GID field a follows:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!