Hello all,
I have an existing report that provide a list usrs and I am looking for make changes to provide the list of users with the Favourites list? Looking for your assistant :-)
Thank you,
++++++++++++++++++++++++
select firstname "First Name", lastname "Last Name", name "Login Name", title "Title", mailaddress "Email"
from kuaf where deleted=0 and type = 0
order by firstname, lastname, name