Hello all I am writing the following condition to hide the textbox based on a condition but some how it is not working
I am able to set the value
=IIF(FormatDateTime(Parameters!LiveDt.Value,2) < FormatDateTime(Parameters!visitdt.Value,2), "True", "False")
=FormatDateTime(Parameters!LiveDt.Value,2) < FormatDateTime(Parameters!visitdt.Value,2)
I am able to see the text correctly based on condition but unable to hide it
- This topic was modified 2 years, 8 months ago by sqldevlearn.