Re: Defining a boolean dimension attribute in SSAS 2005

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance--------------------------------------------------------------------------------•From: "J閖?quot; •Date: Wed, 1 Mar 2006 18:26:05 -0500--------------------------------------------------------------------------------A bit has different usage and SSAS is a "stupid" tool, I mean the software don't do anything by himself ;-)if you have a multilanguage support, simply create 1 column for each translation."Kevin Dente" wrote in message news:ewwpU8VPGHA.2604@xxxxxxxxxxxxxxxxxxxxxxxI thought about that option, but it presents a localization problem. We are an ISV, and our product has to be localizable, so embedding strings in an expression like that is problematic.I must say, I'm a bit surprised that SSAS doesn't have better native support for boolean types."Jéjé" wrote in message news:%236rmuXNPGHA.2604@xxxxxxxxxxxxxxxxxxxxxxxcreate a calculated column in your DSV which provides the label you want.a formula like:case when column = 0 then 'False' else 'True' end"Kevin Dente" wrote in message news:ukufXOLPGHA.3888@xxxxxxxxxxxxxxxxxxxxxxxWhat's the best way to go about defining a dimension attribute for a boolean data value in SSAS 2005? In our first cut, we used a bit column in the database, but that results in dimension members of 0 and -1, and we'd rather have "true" and "false" displayed in the OLAP browser. In there an easy way to have SSAS map the bit values to the boolean strings?

你可能感兴趣的:(Re: Defining a boolean dimension attribute in SSAS 2005)