Hi,
I'm creating RDLC report, and want to display some string value to be in date format. May I ask what's wrong with this expression ->
=format(CDate(mid(Parameters!SearchConditionString.Value,12,10)),"MM/yyyy")
As the named, "Parameters!SearchConditionString.Value" is a string value, which is the original text is "Basis date:25/10/2018" and I want to display it to be Month Name and Year.
The pain is right now when ever I export / display it in Excel, it show #VALUE error.
Kindly help
Thanks.
Tony.