Hi All,
Does anyone know an easy way to return a string value as a measure?
I created a dimension from the string values as a work around, but this seems unnecessary (and impeded performance) as I simply want the user to to view the string values when the measure count = 1.
Creating a calculated member from the string dimension currentmemeber.name also works, but returns empty cells as well. I tried incarnations of NON EMPTY and IFF(ISEMPTY(),<<empty expression>>,<string>) in the calculated member all with syntax errors.
Thanks in advance,
RA
Does anyone know an easy way to return a string value as a measure?
I created a dimension from the string values as a work around, but this seems unnecessary (and impeded performance) as I simply want the user to to view the string values when the measure count = 1.
Creating a calculated member from the string dimension currentmemeber.name also works, but returns empty cells as well. I tried incarnations of NON EMPTY and IFF(ISEMPTY(),<<empty expression>>,<string>) in the calculated member all with syntax errors.
Thanks in advance,
RA