Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concatenate Distinct Duplicates Values When Rolling up Multi-Select Picklists #128

Closed
dhoechst opened this issue Mar 5, 2015 · 2 comments
Labels

Comments

@dhoechst
Copy link
Contributor

dhoechst commented Mar 5, 2015

If I am rolling up a multi-select picklist with concatenate distinct, the distinct only works if all child values are exactly the same.

Scenario 1:
Child 1 = Apple; Orange
Child 2 = Apple; Banana
Parent = Apple; Orange; Apple; Banana

I would expect it to roll up the values to be Apple; Orange; Banana

Scenario 2:
Child 1 = Apple; Orange
Child 2 = Apple; Orange
Parent = Apple; Orange

dhoechst added a commit to dhoechst/declarative-lookup-rollup-summaries that referenced this issue Mar 5, 2015
@afawcett
Copy link
Collaborator

afawcett commented Mar 5, 2015

Ah yes, good spot! Taking a look at your PR now! 👍

afawcett added a commit that referenced this issue Mar 5, 2015
Fix for issue #128 Concatenate Distinct Multi-Select Picklists
@afawcett
Copy link
Collaborator

afawcett commented Mar 8, 2015

Fixed in v1.19 package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants