=IIF(Fields!buf_Batch_Time_Start_B1.Value is nothing, "-" ,IIF(Fields!buf_Batch_Time_End_B1.Value is nothing, " is running","<Green>" , Fields!buf_Batch_Time_End_B1.Value-Fields!buf_Batch_Time_Start_B1.Value))
I tried all kind of stuff but nothing worked so far
New contributor
Przemek Rz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1