ugirija27
Grasshopper
Points: 21
More actions
September 17, 2013 at 5:09 am
#283412
HOW TO GET parameter value as null when we keep as null and show the text what we enter in textbox in report tiltle
for example
=IIF(IsNothing(Parameters!CUST_CODE.Value), "All" , "" ) what should we write in second " "
plz i need help
thank you
Mark Fitzgerald-331224
SSCrazy Eights
Points: 8489
September 19, 2013 at 4:58 am
#1651439
How about :
=IIF(IsNothing(Parameters!CUST_CODE.Value), "All" , "Report : Parameter value is " + Parameters!CUST_CODE.Value )
Fitz
September 24, 2013 at 4:12 am
#1652637
THANK YOU
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply