function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
fabrizio bianchi 13fabrizio bianchi 13 

reporting from multiselect picklist

Hi guys,

I've got a request from a client in relation to reporting from a multiselect picklist (which we all know is a nightmare).

They have visualforce component that allow users to ranking values, car models in this case, and the report should show the value that come first in the selection following this logic:

Generic Model:              Specific Model
  Punto                            Punto Petrol
  Panda                           Panda Diesel
  Thema                           Thema Sport

In this case the report should indicate the first (generic) model chosen: Punto, without other specifics.

Do you have a possible solution for that?

Thanks!
ShivankurShivankur (Salesforce Developers) 
Hi Fabrizio,

Please help eloborating the exact requirement, do you need to create a report and show the saved picklist values or need to show a UI like a report which shows the picklist values and its specific model.

It would be helpful or easier to address, if you can share what you have tried till now to achieve this.

Thanks.