Link to home
Start Free TrialLog in
Avatar of tanj1035
tanj1035

asked on

SSRS dynamic text for the field

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")
ASKER CERTIFIED SOLUTION
Avatar of Feridun Kadir
Feridun Kadir
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tanj1035
tanj1035

ASKER

really helpful!!!!