I have the exact same report installed in two environments. One of my fields has formatting to bold if value = 1 otherwise default. The value is passed from the database as 1 or 0. = IIF(Fields!LastTempBold.Value=1, "Bold","Default")
In one system it works as expected, bolding only those values that = 1. In the other environment the values are always bolded. For another field that passes 1 and 0 the logic is working. Any ideas? I am going to try stopping and restarting the webserver.
Thanks!
In one system it works as expected, bolding only those values that = 1. In the other environment the values are always bolded. For another field that passes 1 and 0 the logic is working. Any ideas? I am going to try stopping and restarting the webserver.
Thanks!