Perform mathematical computation with string values

@ajisafeadeoye you might want to try something like this?

if ((column("column A") > 2*column("column B")) && equals(column("column C"), "Student"))
{"Great"}
else if (1 == 2)
{"Not Great"}
else {"Something Else"}

kn_forum_71947_column_expression_double.knwf (8.7 KB)

2 Likes