Hey @Sathish_Kumar_S
I’m assuming technology variable is holding the value either 80 or empty
Just reverse the condition,
String.IsNullOrEmpty(TechnologyVar) orElse CInt(TechnologyVar) >= 80
Hope this helps
Thanks
#nK
Hey @Sathish_Kumar_S
I’m assuming technology variable is holding the value either 80 or empty
Just reverse the condition,
String.IsNullOrEmpty(TechnologyVar) orElse CInt(TechnologyVar) >= 80
Hope this helps
Thanks
#nK