문제

All the measures should be necessarily numerical? what about a varchar measure?

도움이 되었습니까?

해결책

You cannot have real varchar measures. You can however create a calculated measure that has some varchar value assigned / calculated, but that is not what you want I believe.

What you can do is create a fact dimension (degenerate dimension) and use that field either as an attribute hierarchy or as a member property.

HTH, Hrvoje

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top