Devs, I’ve been working on an aggregate UDF and I need to include a string in the workspace. Or rather, I need a string to carry over from one iteration to the next. I tried doing this and discovered that any variable length holder is not supported in the Workspace. The string is not the final result, but I need it in order to compute the final result. Is there any way to accomplish this? Thanks, — Charles
