Function To Format Number In MDX

  • What function use to format a number - similiar as format function on VBA?

  • I've done this with calculated members using FORMAT_STRING, like this:

    WITH MEMBER Measures.Profit AS'(Measures.[Sales] - Measures.[Cost])', FORMAT_STRING = '#,0.00'

    I think this can also be used in the cell properties section to format returned values, also when you create the member in the cube you can specify the format.

     
  • Thanks, it works

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

You must be logged in to reply to this topic. Login to reply