Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
各KPIに与えられた重みをPerformancepointダッシュボードに表示するように要求したクライアントがいます。
これどうやってするの?SDKはそのようなことを可能にしますか?
ありがとう
スコアカードに KPI を追加したら、通常どおりスコア ロールアップ ウェイトを追加します。[ターゲット] 列を右クリックし、[プロパティ] を選択します。[スコアリング] の下の [スコアを表示] をオンにします。あなたの体重は、ターゲット列のインジケーターの横に表示されます。
I have class (JavaBean if you want to call it like that)
class Tweet{ private millis; //number of millis since 1970 //other attributes and getters and setters, b