Greetings,
We have a MS Sql Server table which outputs data like this:
(1000 OR 1001 OR 1002 OR 1003 OR 1004) And Not (2000, 2001)
I need to report the data this way:
(Alfred OR Bruce OR Crystal OR David OR Esperanza) AND NOT (Monica, Ruben)
There is already a table with the user data. The column are UserID (int) and UserName (varchar(40)
Thank you kindly for any help you can provide me.
Best regards
We have a MS Sql Server table which outputs data like this:
(1000 OR 1001 OR 1002 OR 1003 OR 1004) And Not (2000, 2001)
I need to report the data this way:
(Alfred OR Bruce OR Crystal OR David OR Esperanza) AND NOT (Monica, Ruben)
There is already a table with the user data. The column are UserID (int) and UserName (varchar(40)
Thank you kindly for any help you can provide me.
Best regards