Posted 29 December 2023, 11:50 am EST - Updated 29 December 2023, 1:50 pm EST
Hello,
(For ActiveReports)
How can we conditionally format chars (ex. Pie Chart) to have certain color based on Field Value (ex. iif (Fields!Test.Value=“input”,’ “Green”)? I tried creating iif and switch statements in the palette → custom but the field value always seems to be equal to the one same value in the Legend.
Placing the colors without conditions in a particular order works, however, that is not what I want