Replace all data with true and missing with false
sHasan
New Altair Community Member
hi,
is there a way to replace all data with TRUE and all mising values with FALSE
Tagged:
0
Best Answer
-
Hi @sHasan,
sure. Generate Attributes can do the trick. Just use:
if(missing([My Attribute]),TRUE,FALSE)
Best,
Martin
1
Answers
-
Hi @sHasan,
sure. Generate Attributes can do the trick. Just use:
if(missing([My Attribute]),TRUE,FALSE)
Best,
Martin
1 -
Thanks for the help Really appreciate it
0