If I have one Table ("Customers"
in a Database , and this table contain , for example , three records like : 1) Name=John , 2) Name=Carla , 3) Name=John , how can I create one DataReport in DataEnvironment which contain just 1 and 3 records . Something like SQLSelect="SELECT * FROM customers WHERE name LIKE '*" & John & "*'" . Please give me a full example . Thank you man .