Export Req with many-to-one relationship
Content
Does anyone have success exporting a req which has a field with a many to one relationship? I have a multi-selection UDF. When I export the req, rather than returning on distinct row for the req, it returns one for each iteration of the UDF. I need to have a distinct row for each req.
Has anyone experienced this, and have you come up with a solution? I have tried a few things, but none have been successful. Please share your success stories with me.
Things I've tried.
- xsl template
- TCC decode function (still returns multiple rows, just null values if not included in the decode).
0