Replies: 1 comment 6 replies
-
@mhogg-srg lets treat this as a feature request; I’ll need to update the way concat operations work to fix the issue you were seeing (where the first value gets appended). |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use the type of multi-picklist for the Lookup Field on Lookup Object, with CONCAT_DISTINCT as the aggregate function. My thinking is that this will be more intuitive for users when they are filtering views and reports.
First, am I overthinking this?
Second, I already tried this out, and it partially works! I figured it would, because Apex treats multi-picklist values as semicolon delimited text. Unfortunately, the values don't come out quite right. Every value comes out with the first multi-picklist choice along with the correct values.
I tried modifying the rollup definition, leaving all the options exactly the same, but making Lookup Field on Lookup Object a text field instead. That worked perfectly.
Is there something else I can adjust to make my concept work, or should this be an enhancement request?
Beta Was this translation helpful? Give feedback.
All reactions