Hello Experts,
I have a dropdown list which is taking information from a database
in which i used as per below
SELECT DISTINCT * FROM [Devices]
but still it shows multiple same values.I want that the values are unique.How should I fix it ?
I already clicked -return only unique raws- under the sql databaseconnection settings still have multiple same values :(