Change of value in related field

Good Morning.
I’m needing to change value in related field shows in the list view.
The field in question is related to the Accounts module, and instead of displaying the name of the account, I need to show the data “Billing address” (billing_address_street).
I can do this in the detailed view by modifying the value “rname” in the file located in modules\MODULE\ vardef.php, but this didn’t change the value in the list view.
Version 7.11.3
Thanks!

Have a look at these two techniques

http://urdhva-tech.blogspot.com/2013/02/showing-related-modules-related-data.html

https://stackoverflow.com/questions/15278977/sugarcrm-smarty-code-in-listviewdefs

one of them might be good for you