How to remove null value Records completely from the data (Needed to remove complete row)
One Column has Values + Null Values but needed to remove null value records Rows completely from the Data
Hi,@Ram_RK
Then you need use filter tool to get your want.
!IsNull([Field Name])
Hi, @Ram_RK
You can try Data Cleansing tool to remove null rows.
Data clensing is not removing the null rows @flying008
like if one column is Null its not removing the entire row by using data cleansing @flying008
that works perfectly @flying008 thanks for the help
If you get your want, please mark it as a solution for more share.