I've posted this question earlier but I don't think I was clear and detailed enough, so I am trying again.
I am using the "Appending a List of Details into One Line" formula from this website (
My report is listing companies associated with a Product Id and I want the list to be only one row, with the company names separated by a comma. The report handles this but I am having problems when the @Display is larger than 254 characters. For some (not all) of the records that will go over the 254 character limit, the formula correctly stops at 254, but for the others it will return an error message when run (A string can be at most 254 characters long).
I don't understand why it works for some records that go over the limit, but not all. My list has about 15 records that will go over the 254 character limit. Another thing I have found, if I change the order of my companies (desc or asc) the records that pass change.
I'm stuck and hope someone can shed some light on this issue. Thanks!
I am using the "Appending a List of Details into One Line" formula from this website (
My report is listing companies associated with a Product Id and I want the list to be only one row, with the company names separated by a comma. The report handles this but I am having problems when the @Display is larger than 254 characters. For some (not all) of the records that will go over the 254 character limit, the formula correctly stops at 254, but for the others it will return an error message when run (A string can be at most 254 characters long).
I don't understand why it works for some records that go over the limit, but not all. My list has about 15 records that will go over the 254 character limit. Another thing I have found, if I change the order of my companies (desc or asc) the records that pass change.
I'm stuck and hope someone can shed some light on this issue. Thanks!