Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: OLAP - Finding Averages

    You can create calculated measures to do the averages. Eg. (from Foodmart 2000)

    Sales Average = [Measures].[Store Sales]/[Measures].[Sales Count]

    Otherwise, some OLAP browser come equipped with aggregate functions to choose from.

  • RE: The Pitfalls of Foreign Keys

    >> It is worth remembering that if a table is referenced by a foreign key constraint you cannot use the TRUNCATE TABLE statement on that table.

    If you really want to...

Viewing 2 posts - 1 through 2 (of 2 total)