1

私のssrsチャートには、2つのグループ化カテゴリとシリーズのグループ化があり、チャートの4つのブロックがあり、各ブロックには異なる色があります:

私の質問は、switch ステートメントでそれを言う方法です。

=SWITCH(Fields!Code.Value="somthing" and Fields!Grp.Value="ThisRelateToSomthing", "Red",
Fields!Code.Value="somthingElse" and Fields!Grp.Value="ThisRelateToSomthingElse", "Blue")

ありがとうございました

4

1 に答える 1