Ian님의 프로필Ian Tien's Unofficial Pe...사진블로그리스트기타 ![]() | 도움말 |
|
11월 15일 Advanced Formulas in Business Scorecard ManagerThe question of how to add logic to the Advanced Formulas field for KPIs or targets has come up a number of times, here's an example of a tuple you can use to pull data from a cube (based on the Foodmart.bsw example that ships with the product):
iif (([measures].[Store Sales]) > ([measures].[Unit Sales]), 1, iif (([measures].[Store Sales]) < ([measures].[Store Cost]), 0, 0.5))
Thanks to Tony for noting this 댓글 (6개)
TienIan
님이 이 페이지의 댓글을 표시하지 않도록 설정했습니다.
트랙백(205)이 블로그의 트랙백 URL은 다음과 같습니다. http://iantien.spaces.live.com/blog/cns!749F6111096DD58C!298.trak 이 블로그를 참조하는 웹 로그
|
|
|