Showing posts with label LAG. Show all posts
Showing posts with label LAG. Show all posts

Tuesday, August 12, 2008

OBIEE Difference between two rows

Found this one on the OTN Forum:





Handy when your database doesn't have a Lag or Lead function

Till Next Time

Wednesday, December 19, 2007

OBIEE Duration between events

OBIEE doesn't have a default GANTT type chart type.





For a customer I developed a simple and crude alternative.
First I get the LAG column and a Dummy column which calculates the total duration in the selection so far:


Then a select a vertical bar graph in which I give the dummy column the same colour as the background:


I know it's crude, but it works, but any better suggestions are welcome.