Declarative Lookup Rollup Summaries (DLRS) is a community built and maintained Salesforce application that allows you to create cross object roll-ups declaratively - no code! For install instructions and documentation, visit our website https://sfdo-community-sprints.github.io/DLRS-Documentation/
I have a rollup that aggregates the first value of a Picklist field on child records
Since Spring17, SF allows to set picklist api names. When API name is different of the value in the picklist, the aggregate result fields contains the api name, not the value.
It could be nice if we could add the tolabel() function in rollup query ...
I haven't find a workaround to this right now
Sounds like a good idea. Would you mind sharing some screen shots of what your seeing currently. This will help when it comes to making this enhancement in the future. 👍 @agaillard44
I have a rollup that aggregates the first value of a Picklist field on child records Since Spring17, SF allows to set picklist api names. When API name is different of the value in the picklist, the aggregate result fields contains the api name, not the value.
It could be nice if we could add the tolabel() function in rollup query ... I haven't find a workaround to this right now