I’m very new to TimeXtender and was hoping someone could assist with my issues.
How would you use an “If” function in TimeXtender?
For example, I need to create a new column in my table called “Quantity” . I then need to look at the ocode] column in the same table and bring back a value using an If Function.
Something like this:
If tcode] = 1 then ‘small’ else if code] = 2 then ‘medium’ else if ecode] = 3 then ‘large else if =code] = 4 then ‘x large’ else null.
Thank you