FavoriteTaylor Walker asked in #Reports & DashboardsFeb 25, 2016, 8:45 PMReport returning Contact name instead of ID in a lookup fieldI need an opportunity report that shows a custom contact lookup fields ID instead of their name. How do I do this? Is this possible?3 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...Accepted AnswerJeff MayFeb 25, 2016, 8:55 PMIf you have a lookup(Contact) on the Opp, you can create a custom formula text field that returns the related Contact Id: Contact__r.IdAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
Accepted AnswerJeff MayFeb 25, 2016, 8:55 PMIf you have a lookup(Contact) on the Opp, you can create a custom formula text field that returns the related Contact Id: Contact__r.Id