Forum Discussion
FILIPKACZMAR
4 years agoAdvocate I
Changing True/False to 1/0
Hi,
my name is Filip and I want to change True/False to 1/0 in new column.
But I cant find on the internet code which will work... 😞
Can you help me?
Thank you for help, have a nice day
- Anonymous4 years ago
Hi FILIPKACZMAR
you can trynew_column = IF(column_name = TRUE(),1,IF(column_name = FALSE(),0))Regards
3 Replies
- AnonymousNot applicable
Hi FILIPKACZMAR
you can trynew_column = IF(column_name = TRUE(),1,IF(column_name = FALSE(),0))Regards
- FILIPKACZMARAdvocate I
Thank you 🙂
- AnonymousNot applicable
You're welcome 😀