I am running this query to search for NTFS
Select objects of type LogicalDisk from the "(Default)" datasource (of type foglight-5)
    from Root of (foglight-5:default)/HostModel/hosts/storage/logicalDisks
    where:
            (/name like "%NTFS%" And
            /queueLength/period/count greater "0")
When I try to place the information into views for names I get duplicate names. Is there a way to use Distinct function like what i have used in SQL?
 
				 
		 
					