Hello all,
I have a single database table I've been trying to design a cube for and I'm kinda stuck. I have flight types (commercial, military, etc), engine types (piston, jet, etc), departure airport names, and departure dates. Each entry in the table is one flight. What I need to be able to do is query this cube to pull back a row like so
Month | Year | Commercial Flight | Jet | Airport Name | # Flights that fit the previous criteria.
Any thoughts on an optimal cube to allow that kind of analysis and the queries to pull it?
Bill
I have a single database table I've been trying to design a cube for and I'm kinda stuck. I have flight types (commercial, military, etc), engine types (piston, jet, etc), departure airport names, and departure dates. Each entry in the table is one flight. What I need to be able to do is query this cube to pull back a row like so
Month | Year | Commercial Flight | Jet | Airport Name | # Flights that fit the previous criteria.
Any thoughts on an optimal cube to allow that kind of analysis and the queries to pull it?
Bill