sqlfresher2k7 Aged Yak Warrior
583 Posts
Currently,I have below code in the derived column but i want to extend the below condition set the TED to 0 if it null or "No" and If it is "YES" then to 1. TED == "Yes" ? 1 : 0 When TED is null or '' then 0 if "YES" = 1 if "No" = 0
tkizer Almighty SQL Goddess
USA 35007 Posts