Hi Mike,

There's another option.  My last email's suggestions assume you want
to use a TableReport with your fact table.  You can access a fact just
like any other ActiveRecord object directly.  You can add traditional
belongs_to associations on your fact to the dimensions you want.
There's nothing stopping you wrong writing a different kind of report
with your fact data.  If you want drill down and dimensional
slicing/dicing then you'll want to stay with a TableReport otherwise
you can go to ActiveRecord directly and display the data like you
would on a normal Rails app.  Hope that helps.

Cheers,
Marty
_______________________________________________
Activewarehouse-discuss mailing list
Activewarehouse-discuss@rubyforge.org
http://rubyforge.org/mailman/listinfo/activewarehouse-discuss

Reply via email to