Hi to all of you.I read it is possibile customize FORMAT_STRING of a calculated measureI use SSAS 2008 R2 and inside my project's cube , i tried this expression:[b]CREATE MEMBER CURRENTCUBE.[Measures].[Indicatore X] AS [Measures].[NumeroProdotti], FORMAT_STRING = IIF( [Measures].[NumeroProdotti] = 1 ,"'X'" ,"" ), VISIBLE = 1 , DISPLAY_FOLDER = 'Conteggio Numero Prodotti';[/b][Measures].[NumeroProdotti] is a numeric memeber.I need to convert this numeric value into a string as 'X' if this measure = 1 Otherwise i need to put a null string.No errors received but this expression does not work as i'd like.I see the same value 1 and not 'X' ...Any suggestions ???Is it possibile what i need ???Regards to all of you.Have a good Chrstmas.Mauro.
↧