Quantcast
Channel: SQL Server Analysis Services forum
Viewing all articles
Browse latest Browse all 14337

Format measures

$
0
0

Hi There,

I have typical Account dimension, which has Income (Lev1) - Reveue (Lev2), Expense (Lev2), then salary (Lev3), .... I

also has Headcount at Lev1, then fulltime at lev2.

Measure Amount is formated as currency, but Headcount should not be. so I try use Scope like this:

Scope
(
   [Measures].[Amount],
   {
    [Account].[Accounts].&[Headcount]

  }
);        Format_String ( This ) = "#,#";      End Scope;

This works only at Headcount level, but not level 3 (full time, for example, still showing $ sign).

How do I change this to apply all members under Headcount?

Thanks


Don


Viewing all articles
Browse latest Browse all 14337

Trending Articles