Good day, I need help. I know how to change the color of a value in the color property based on an expression. I know how to change a value in a grid based with an expression but I want to append text to the value which i do but i wont the font of the append value to be different. =Fields!ProcessDescr.Value & iif(Fields!ProcessStartDte.Value > Today),"New!","") the "New!" i want in a different color. Is this possible, please Assist!
[quote user="Ismailc"]It can't be done, I had to create a another column[/quote] Unlike VB,you can't do this in reporting services. Creating the new column is the only way. This applies to Crystal reports too