A program to recognize and reward our most engaged community members
hi,
is there a way to replace all data with TRUE and all mising values with FALSE
Hi @sHasan,
sure. Generate Attributes can do the trick. Just use:
if(missing([My Attribute]),TRUE,FALSE)
Best,
Martin
Thanks for the help Really appreciate it