[SOLVED] Creating attribute with unkonwn value
Would appreciate any help on how to set value to unkown when creating a new attribute. I'm using the "Generate Attribute" operator a the function expression is something like:
if(contains(Q4, "Text#1"), 1, if(contains(Q4, "Text#2"), 2, if(contains(Q4, "Do not know"), ???, "")))
Thx.
if(contains(Q4, "Text#1"), 1, if(contains(Q4, "Text#2"), 2, if(contains(Q4, "Do not know"), ???, "")))
Thx.
0
Answers
Welcome!
There's a good run through on this at ..
http://rapid-i.com/rapidforum/index.php/topic,3002.0.html
and here's an example for you - basically you declare what a missing value looks like, and the operator converts it to RM internal format. HTH
H
Cheers, Filipe