BI Publisher (MOSC)

MOSC Banner

Data Model Sort/Order By on Child Group

edited Nov 15, 2016 4:00AM in BI Publisher (MOSC) 3 commentsAnswered ✓

Hello,

I have a query like:

select f1, f2, f3, f4, f5 from tables...order by  f1, f2, f3

In the Data Model I have created two groups like:

G1

f1

f2

G2

f2

f3

f4

I want the xml data output such that it's sorted as f1, f2, f3. So, G1 is sorted on f1 and G2 is sorted by f2 and f3.

It is my understanding that only G1 is affected by the Order By clause of the SQL and for the child group G2, the position of columns i.e. f2 followed by f3 will be the sort? I am unable to get data sorted f1, f2, f3.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center