Hi all,
I wan to omit rows that have more than X NULL values. In R I can simply do this, however I have not found the functionality for this in Alteryx. How can I do a RowSum(is.na(dataframe)) in Alteryx? Would be greate to create a new column that sums the NA's over the rows.
thanks for helping out.