Report Formating
Hi all,
I have the following result for a report that I built.
Account ID | Account Name | Website URL (Associated with Contact) |
AMAM-12345 | ABC Company | www.abd.com |
AMAM-12345 | ABC Company | |
AMAM-12345 | ABC Company |
I need to build a column which should display the result as following:
Account ID | Account Name | Website URL (Associated with Contact) | Custom Column |
AMAM-12345 | ABC Company | www.abd.com | www.abc.com |
AMAM-12345 | ABC Company | www.abc.com | www.abc.com |
AMAM-12345 | ABC Company | www.abc.com | www.abc.com |
The objective is to make sure that the website with the majority count gets populated in the custom column.