|
Generally, you will want to create a predicate column using one of the comparison macro functions (for example, ==, >, <, ISEVEN, ISODD, and so on).
|
Creates a new column named TEMP, where each value is one if the corresponding value of column V1 is non-zero, otherwise zero.
|
Creates a new column named TEMP, where each value is copied from column V1 if the corresponding value of column V3 is non-zero; otherwise the value is copied from column V2.
|
Creates a new column named TEMP containing each value in column V1 that is less than one standard deviation away from the mean.
|
Creates a new column named TEMP containing values for rows 10-20. Each value is copied from column V1 (cells 10-20) if the corresponding value of column V3 (cells 30-40) is non-zero; otherwise the value is copied from column V2 (cells 1-11).
|
Copyright IBM Corporation 2013. All Rights Reserved.
|