Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
I have this table, i wanna apply a condition only if the offer type= voix, I have two optins of offer type voix and data
here is my conditon on another fiels status_code =if(STATUS_CODE ='D-A' OR STATUS_CODE='-A' or STATUS_CODE='-D'or STATUS_CODE='A-',STATUS_CODE)
Thanks
Why not use set analysis in your expression?
Hello Sunny,
I want to display the two types of offer voix and data, and then apply the condition on only data rows