Hi, I have a field "MonthName", and I want the month name show with * if it is a current month.
i.e. the current is month is April, in ssrs table, it will show April *. For the past month, still shows the regular month name, like January , February , March.
I have created the expression for the field, I know it is not correct, Can some one help me to correct it. thanks a lot.
=iif (Fields!MonthName.Value= monthname(today()), "monthname(today())&"*"","Fields!MonthName.Value")