Hi there,
I am very new to Powerbuilder 11.5, but now I'm using it on a daily basis and I am on a mission to get my head around it.
This is probably a simple task, but I have a dropdown window that has a source that has duplicate values where they are not needed and I would like to get rid of these.
I see the SQL
but I can not change it in the DataSource (painter?) where can I set this to make a simple SELECT DISTINCT?
Thanks in advance.
I hope there is somebody out there....
Andy
I am very new to Powerbuilder 11.5, but now I'm using it on a daily basis and I am on a mission to get my head around it.
This is probably a simple task, but I have a dropdown window that has a source that has duplicate values where they are not needed and I would like to get rid of these.
I see the SQL
Code:
SELECT USERS.USERID,
USERS.FIRST_NAME,
USERS.LAST_NAME
FROM USERS
but I can not change it in the DataSource (painter?) where can I set this to make a simple SELECT DISTINCT?
Thanks in advance.
I hope there is somebody out there....
Andy