Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use SQL OVER and PARTITION BY in OBIEE Expression Builder??

662701Jul 27 2010 — edited Jul 27 2010
Hi there,
I want to create a new logical coulmn with the following SQL query.

SUM(Inventory Detail.Qty) OVER(PARTITION BY Inventory Detail.A,Inventory Detail.B,Item.C,Inventory Detail.D,MyDATE )/SUM(Inventory Detail.Qty) OVER(PARTITION BY Inventory Detail.A,Inventory Detail.B,Item.C )

How to use the OVER and PARTITION BY in OBIEE Expression Builder??

Thanks in Advance
This post has been answered by SaichandVaranasi on Jul 27 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details