Forum Discussion

talhaparvaiz's avatar
talhaparvaiz
Helper I
5 years ago
Solved

delete table rows where value is null

Hi,

 

I have a table that when imported, reads something like this

 

Country      City

Canada      Toronto

Canada      

Canada      Calgary

Canada      Vancouver

 

 

I want to delete rows from this table (at data refresh) where City is null... so that my final table should look like this

 

Country      City

Canada      Toronto

Canada      Calgary

Canada      Vancouver

 

Thanks

 

 

  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi talhaparvaiz ,

     

    In Query Editor, click button at the column header and click Remove Empty feature.

     

    Best Regards,

    Jay

3 Replies