Sorry the title isn't clear
I have a script (using Pl/Sql Oracle), i have created a report that will optout a list of cities chosen by a user. I have a column that will list that city but i wanted to include an additional column that list other cities associated with the user (the cities list should not include his/her pick on that column).
I am not exactly sure who to do that so that the additional column will not list the picked city or cities. Is there a function i can use?
I am also doing it on Crystal reporting 10 (if it possible there)
Iex: This is just an idea of what i am trying to do.
##Table Name: Giving Cities##
##Andrew - Peru##
##Andrew - Venezuela##
##Andrew - France##
##Paul - USA##
Pick cities where user = Andrew and City = Peru
Output
User, City, Other Given Cities