Categories
Dimensional Modelling Maxima Information Group

Oracle Design Tool – SQL Developer Data Modelling

On my most recent project I am again designing another data warehouse solution.

My tool of choice for data modelling has always been CA’s ERwin DataModeler http://www.ca.com/us/products/product.aspx?ID=260

This is great, but we run into problems when trying to reverse engineer an existing database as this means that either my laptop has to go onto the customers network; that’s never going to happen. or the customer has to buy a copy of ERWin to use on their desktop.
My most recent customer is a dedicated Oracle customer using Database, Data Guard, RAC, Forms, OBIEE, Answers and on and on.

The obvious choice would be Oracle Designer. I have not used this in a few years but the last time it took me two days to get it installed and configured.

A quick search pointed me to an early adopters release of SQL Developer Data Modelling, you can find it here : http://www.oracle.com/technology/products/database/sql_developer/files/releasenotes525.htm
Here are a few of my thoughts:

Categories
Elaine Technology

The luddite is leaving the building !

Despite my working in IT and also “enjoying” technology, our kids being typical kids and having a PC each and an unstoppable curiosity, Elaine has never shared our passion.

Last week Elaine tore the ligaments in her left foot so has not been able to hit the shops at all and has been forced to stay at home with her feetĀ  up. Over the space of that week she did her first Asda shop online.

Last night, with no prompting Elaine had the laptop out and was shopping unaided !

The coup de grace was the next question:

How to I get the BBC iPlayer on the Wii to work again !

Categories
Uncategorized

100 Pushups – 6 Weeks To Christmas !

It’s funny how your mind works, someone told me today that there were only six weeks until Christmas and my initial thought was of the six week challenge to do 100 consecutive pushups !

One Hundred Pushups
One Hundred Pushups

I faltered previously at week fix then subsequent events have meant that I have not been in the mindset for restarting this.

Tonight I went back and restarted at week 3, level 2 …… and failed.

Categories
Elaine Photography

My Latest Toy

I treated myself to a new toy for my camera.

DSCN0239

Cactus Wireless Triggers

Categories
This Site

OpenID

With the latest release of the WPOpen plugin for WordPress OpenID has “started working again” for me on this site.

I have re-enabled this functionality in case anyone needs it, I know that I prefer to log in this way !

Categories
Emma Family MND Motor Neuron Disease

Celebrating the Life of Emma Berry Goodman

Celebrating the Life of Emma Berry Goodman

18th April 1991 – 7th September 2008

Emma Berry Goodman
Emma Berry Goodman

I’d like to thank EVERYONE for all of their gestures of kindness and support.
It lifted my heart to see everyone at Emma’s service wearing bright colours as was her wish.
Many people have asked for a copy of the tributes that were read during the service so I have posted them here:

Categories
Business Objects Maxima Information Group Work Xcelsius 2008

Crystal Xcelsius – Filtered Rows From A Filter Component

This is really obvious with hindsight but it took me ages before “the penny dropped”.
Most of the time I find myself using the “Filtered Rows” option on my selectors.
The main selector that I want to use is the “Filter”, but strangely this does not have the option of filtered rows.
What I have resorted to doing in the past is to use multiple selectors:
A date drop down list box filters the rows from “Raw Data” sheet to the “Monthly” sheet.
A product drop down list box filters the rows from the “Monthly” sheet to the “MonthlyProducts” sheet.
A customer drop down list box filters the rows from the “MonthlyProducts” sheet to the “MonthlyProductsCustomers” sheet which now lists all of the sales made for that combination.
The filter component could do that, but this component assumes that there will only be a single row in the output. As soon as you have multiple rows in your result set then you can’t use the filter component.
Ahhh, but you can with a little lateral thinking; that’s what Xcelsius is all about.

Categories
Family

Pedigree Dogs Exposed

Demi

I caught the middle of a program last week on BBC1 : Pedigree Dogs Exposed.
This program was highlighting the in-breeding and lack of genetic screening that is in place in the Kennel Club.
I did not get to see the whole program, I am downloading it using the BBC iPlayer to watch it in full.

Categories
Fun

Now THAT is a competition prize !

I saw this poster at work today.

Copy1 of DSCN0185

Just a glance at it and I started sniggering.

There was something about the prizes that tickled my fancy.

Copy2 of DSCN0185

Categories
Maxima Information Group Microsoft Office Work

MS Excel – Convert Percentage To Number

I have spent most of today throwing data around in MS Excel.

One of the things that I have had to do is to convert percentages into real numbers.

In excel percentages are stored as fractions, for example 50% is stored as 0.5, 75% as 0.75 etc.

I am trying to chart these figures in Business Objects Xcelsius but the y-axis labels are just showing 0 to 0 hence why i need to convert my numbers.

I have just found a really easy way to do this.

  • In the target cells, enter the value 100 in each cell.
  • Copy the source cells
  • Select “Paste Special” using the options “Values” and “Multiply”

This takes the source value 0.75 multiplies it by 100 and stores the result 75 !

I have used pase special – values often but I have never seen the need for the multiply option until now !

You may want to check out some of my other Excel related posts here.