afs1jes / Clarins-US-IR-Migration

0 stars 0 forks source link

Actuals Balance Sheet Reporting - LBC CASCADE #15

Open afs1jes opened 1 year ago

afs1jes commented 1 year ago

Here's a sample note.

AVHuntley commented 1 year ago

This page script runs faster than the original:

SELECT 
  NonEmpty
  (
    {
      [LBC] + Descendants([Outlet]) - [100 Corporate] + [601 King of Prussia]
    }
   ,{
      (
        [Current]
       ,[${Year}]
       ,[Balance Sheet]
       ,[All Brands]
       ,[All Departments]
       ,[All SubAccounts]
       ,[Actuals]
       ,[Fully Adjusted]
       ,[Full Year]
      )
    }
  ) ON COLUMNS
 ,{} ON 1
FROM [@cube];