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")
Microsoft DynamicsSSRSSQL

Avatar of undefined
Last Comment
tanj1035

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Feridun Kadir

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
tanj1035

ASKER
really helpful!!!!
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck