I am trying to use the following expression:
="Parameter value selected is " & Format(Parameters!DateFrom.Value,"dd-MMM-yy")
Obviously I cannot do this because the double quotation/speech marks required in the FORMAT function present a problem.
I've tried "" and """ and even """" all to no avail.
Question then as Google and forum search returns nothing specific: How to present double quotation/speech marks in an expression? Many thanks.