Hi,
Plz can anyone tell me how to delete the rows which are blank?
There are two col : Filenames , Tables . There are few filenames which are blank . ( No Filename )
I need to get the output where only there are names of filenames along with table names.
Please suggest .
Thanks in advance.
Include a filter condition where [File Name] Is Not Null
use the filter to display [dataitem] is not null
Hi ,
Thanks for the help .
Filter condition <> ' ' has helped to solve this.