0 Person Name on Communication Report 1 Jeremy Turgeon posted 10 Years Ago We've created a data view that pulls up a specific communication and filters it to only people who were delivered the email but didn't open. The report shows the person's alias id. How do I translate this into their name?
Arran France 10 years ago I'm marking this as the accepted answer. Jeremy if this hasn't solved it feel free to comment back.
Jeremy Turgeon 10 years ago Thanks Michael. This worked great. The only problem was that Sorting doesn't seem to work. Maybe because it's a lava field?
Michael Garrison 10 years ago That seems to be the case- a Lava column is not selectable in the report configuration as a "sort by" option, nor is the column header a link in the rendered report. My guess is that a report is coded such that the lava is executed AFTER the report results are already calculated. If your report was always limited to one page, I imagine you could use jquery to re-order the table on the client side, but there are enough caveats to that approach that I hesitate to mention it...